TimeZoneType.Standard Property
The Standard property gets or sets the date and time when the time changes from daylight saving time to standard time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Standard As TimeChangeType
Get
Set
'Usage
Dim instance As TimeZoneType
Dim value As TimeChangeType
value = instance.Standard
instance.Standard = value
public TimeChangeType Standard { get; set; }
Property Value
Type: ExchangeWebServices.TimeChangeType
The Standard property returns a TimeChangeType object that represents the date and time when the time changes from daylight saving time to standard time.
See Also