Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
DateTime.Time(dateTime as any) as nullable time
About
Returns the time part of the given datetime value, dateTime
.
Example 1
Find the time value of #datetime(2010, 12, 31, 11, 56, 02).
Usage
DateTime.Time(#datetime(2010, 12, 31, 11, 56, 02))
Output
#time(11, 56, 2)