Поделиться через


Класс SYSTEMTIME

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

Иерархия наследования

System.Object
  ReportService2010.SYSTEMTIME

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class SYSTEMTIME
'Применение
Dim instance As SYSTEMTIME
[SerializableAttribute]
public class SYSTEMTIME
[SerializableAttribute]
public ref class SYSTEMTIME
[<SerializableAttribute>]
type SYSTEMTIME =  class end
public class SYSTEMTIME

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

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

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

В начало

Свойства

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

В начало

Методы

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

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2010