Элементы SYSTEMTIME

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

Тип SYSTEMTIME предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало