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