Minute method (date)

Gets the minute for this date.

Syntax

date.Minute

Returns the minute component of date, expressed as a number between 0 and 59.

Example

The number of minutes past the hour is: {{ CurrentDate.Minute }}

The above example would output: The number of minutes past the hour is: 49