DateTime.Time
Returns the time part of the given datetime value.
Syntax
DateTime.Time(
dateTime as any
) as time
Remarks
Returns the time part of the given datetime value, dateTime
.
Examples
Example #1
Find the time value of #datetime(2010, 12, 31, 11, 56, 02).
DateTime.Time(#datetime(2010, 12, 31, 11, 56, 02))
Result:
#time(11, 56, 2)
Category
DateTime