Proprietà TimeZoneInformation.DaylightDate

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

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

Sintassi

'Dichiarazione
Public Property DaylightDate As SYSTEMTIME 
    Get 
    Set
'Utilizzo
Dim instance As TimeZoneInformation 
Dim value As SYSTEMTIME 

value = instance.DaylightDate

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

Valore proprietà

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

Vedere anche

Riferimento

TimeZoneInformation Classe

Spazio dei nomi ReportService2010