Класс SYSTEMTIME
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
Иерархия наследования
System.Object
ReportService2006.SYSTEMTIME
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
Public Class SYSTEMTIME
'Применение
Dim instance As SYSTEMTIME
public class SYSTEMTIME
public ref class SYSTEMTIME
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 day of the month. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.