DateTimeUtil::time Method [AX 2012]
Retrieves the number of seconds that have elapsed since midnight as a timeOfDay value from the specified utcdatetime value.
client server public static TimeOfDay time(utcdatetime t)
Run On
CalledParameters
- t
- Type: utcdatetime
A utcdatetime value for which to retrieve the time.
Return Value
Type: timeOfDayA timeOfDay value that indicates the number of seconds that have elapsed since midnight.
Show: