Condividi tramite


Membri SYSTEMTIME

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

Il tipo SYSTEMTIME espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica day Gets a value that specifies the current day of the month.
Proprietà pubblica dayOfWeek Gets a value that specifies the current day of the week.
Proprietà pubblica hour Gets a value that specifies the current hour.
Proprietà pubblica milliseconds Gets a value that specifies the current milliseconds.
Proprietà pubblica minute Gets a value that specifies the current minute.
Proprietà pubblica month Gets a value that specifies the current month.
Proprietà pubblica second Gets a value that specifies the current second.
Proprietà pubblica year Gets a value that specifies the current day of the month.

In alto