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

Called

Parameters

t
Type: utcdatetime
A utcdatetime value for which to retrieve the time.

Return Value

Type: timeOfDay
A timeOfDay value that indicates the number of seconds that have elapsed since midnight.
Show: