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