DateTimeUtil::day Method

Retrieves the day of the month that is specified by a utcdatetime value.

Syntax

client server public static int day(utcdatetime t)

Run On

Called

Parameters

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

Return Value

Type: int
The day of the month of the specified utcdatetime value.

See Also

Reference

DateTimeUtil Class