Condividi tramite


Proprietà StandardDate

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

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Property StandardDate As SYSTEMTIME
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: ReportService2006. . :: . .SYSTEMTIME
A SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.