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


Свойство StandardDate

Gets a SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.

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

Синтаксис

'Декларация
Public Property StandardDate As SYSTEMTIME
    Get
    Set
'Применение
Dim instance As TimeZoneInformation
Dim value As SYSTEMTIME

value = instance.StandardDate

instance.StandardDate = value
public SYSTEMTIME StandardDate { get; set; }
public:
property SYSTEMTIME^ StandardDate {
    SYSTEMTIME^ get ();
    void set (SYSTEMTIME^ value);
}
member StandardDate : SYSTEMTIME with get, set
function get StandardDate () : SYSTEMTIME
function set StandardDate (value : SYSTEMTIME)

Значение свойства

Тип: ReportService2010. . :: . .SYSTEMTIME
A SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.