DateTimeUtil::time Method

Retrieves the number of seconds that have elapsed since midnight as a timeOfDay value from the specified utcdatetime value.

Syntax

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.

See Also

Reference

DateTimeUtil Class