Table of Contents

, , ,

MINUTE

Description

Returns the minute of the provided date as an integer constant in the range 0-59

Parameters

Attribute of the Date type or date constant or calculation producing a date

Example

IF MINUTE (Account.OpeningDate)=45 THEN ...