Click or drag to resize

SystemTime Fields

The SystemTime type exposes the following members.

Fields
  NameDescription
Public fieldDay
The day of the month, 1 through 31.
Public fieldDayOfWeek
The day of the week, 0 = Sunday through 6 = Saturday.
Public fieldHour
The hour, 0 through 23.
Public fieldMillisecond
The milli-second, 0 through 999.
Public fieldMinute
The minute, 0 through 59.
Public fieldMonth
The month number, 1 through 12.
Public fieldSecond
The minute, 0 through 59.
Public fieldYear
The year (1601 - 30827).
Top
See Also