Skip to main content

Time.Minute

Returns the minute component.

Syntax

Time.Minute(
dateTime as any
) as number

Remarks

Returns the minute component of the provided time, datetime, or datetimezone value, dateTime.

Examples

Example #1

Find the minute in #datetime(2011, 12, 31, 9, 15, 36).

Time.Minute(#datetime(2011, 12, 31, 9, 15, 36))

Result:

15

Category

Time