Freigeben über


SYSTEMTIME-Member

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

Der SYSTEMTIME-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft day Gets a value that specifies the current day of the month.
Öffentliche Eigenschaft dayOfWeek Gets a value that specifies the current day of the week.
Öffentliche Eigenschaft hour Gets a value that specifies the current hour.
Öffentliche Eigenschaft milliseconds Gets a value that specifies the current milliseconds.
Öffentliche Eigenschaft minute Gets a value that specifies the current minute.
Öffentliche Eigenschaft month Gets a value that specifies the current month.
Öffentliche Eigenschaft second Gets a value that specifies the current second.
Öffentliche Eigenschaft year Gets a value that specifies the current day of the month.

Zum Anfang