DateTimeUtil::second Method

Retrieves the seconds in a minute that is specified by a utcdatetime value.

Syntax

client server public static int second(utcdatetime t)

Run On

Called

Parameters

  • t
    Type: utcdatetime
    A utcdatetime value for which to retrieve the value of the second component.

Return Value

Type: int
The second in the minute of the specified utcdatetime value.

See Also

Reference

DateTimeUtil Class