SYSTEMTIME Properties

Include Protected Members
Include Inherited Members

The SYSTEMTIME type exposes the following members.

Properties

  Name Description
Public property day Gets a value that specifies the current day of the month.
Public property dayOfWeek Gets a value that specifies the current day of the week.
Public property hour Gets a value that specifies the current hour.
Public property milliseconds Gets a value that specifies the current milliseconds.
Public property minute Gets a value that specifies the current minute.
Public property month Gets a value that specifies the current month.
Public property second Gets a value that specifies the current second.
Public property year Gets a value that specifies the current year.

Top