Membros SYSTEMTIME
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
O tipo SYSTEMTIME expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
day | Gets a value that specifies the current day of the month. | |
dayOfWeek | Gets a value that specifies the current day of the week. | |
hour | Gets a value that specifies the current hour. | |
milliseconds | Gets a value that specifies the current milliseconds. | |
minute | Gets a value that specifies the current minute. | |
month | Gets a value that specifies the current month. | |
second | Gets a value that specifies the current second. | |
year | Gets a value that specifies the current day of the month. |
Início