Partager via


Propriété TimeZoneInformation.DaylightDate

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

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
Public Property DaylightDate As SYSTEMTIME 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

TimeZoneInformation Classe

Espace de noms ReportService2006