SYSTEMTIME Members

Include Protected Members
Include Inherited Members

Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.

The SYSTEMTIME type exposes the following members.

Constructors

  Name Description
Public method SYSTEMTIME() Initializes a new instance of the SYSTEMTIME class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

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 day of the month.

Top