Time.Minute
Syntax
Time.Minute(dateTime as any) as nullable number
About
Returns the minute component of the provided time
, datetime
, or datetimezone
value, dateTime
.
Example 1
Find the minute in #datetime(2011, 12, 31, 9, 15, 36).
Usage
Time.Minute(#datetime(2011, 12, 31, 9, 15, 36))
Output
15