Compartir a través de


SYSTEMTIME Miembros

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

El tipo SYSTEMTIME expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública day Gets a value that specifies the current day of the month.
Propiedad pública dayOfWeek Gets a value that specifies the current day of the week.
Propiedad pública hour Gets a value that specifies the current hour.
Propiedad pública milliseconds Gets a value that specifies the current milliseconds.
Propiedad pública minute Gets a value that specifies the current minute.
Propiedad pública month Gets a value that specifies the current month.
Propiedad pública second Gets a value that specifies the current second.
Propiedad pública year Gets a value that specifies the current day of the month.

Principio