DateTime.Time
Returns the time part of the given datetime value.
function (optionaldateTime
as nullable any) as nullable any
Returns the time part of the given datetime value,
dateTime
.DateTime
Find the time value of #datetime(2010, 12, 31, 11, 56, 02).
DateTime.Time(#datetime(2010, 12, 31, 11, 56, 02))
time(11, 56, 2)
Last modified 4yr ago