Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property StandardDate As SYSTEMTIME
Get
Set
'Usage
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)
Eigenschaftswert
Typ: ReportService2010.SYSTEMTIME
A SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs.