Click or drag to resize

Date Properties

The Date type exposes the following members.

Properties
  NameDescription
Public propertyday
The day (01-31).
Public propertyhour
The hour (00-23).
Public propertyminute
The minute (00-59).
Public propertymonth
The month.
Public propertysecond
The second (00-59).
Public propertyUT
The relationship of local time to Universal Time (UT), denoted by one of the characters +, -, or Z
Public propertyUT_hour
The absolute value of the offset from UT in hours (00-23)
Public propertyUT_minutes
The absolute value of the offset from UT in minutes (00-59)
Public propertyyear
The year.
Top
See Also