DateTimeUtil::minute Method

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

Syntax

client server public static int minute(utcdatetime t)

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

DateTimeUtil Class