Returns the time part of the given datetime value.
function (optional
dateTime
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))