TimeZoneInformation.StandardDate Property

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

Namespace:  Microsoft.ReportingServices.Diagnostics
Assembly:  Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)

Syntax

'Declaration
Public Property StandardDate As TimeZoneInformation..::..SYSTEMTIME
    Get
    Set
'Usage
Dim instance As TimeZoneInformation
Dim value As TimeZoneInformation..::..SYSTEMTIME

value = instance.StandardDate

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

Property Value

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