Time.Minute
Returns the minute component.
function (optionaldateTime
as nullable any) as nullable any
Returns the minute component of the provided
time
, datetime
, or datetimezone
value, dateTime
.Time
Find the minute in #datetime(2011, 12, 31, 9, 15, 36).
Time.Minute(#datetime(2011, 12, 31, 9, 15, 36))
15
Last modified 4yr ago