SerializableTimeZone.DaylightTime Property
The DaylightTime property gets or sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DaylightTime As SerializableTimeZoneTime
Get
Set
'Usage
Dim instance As SerializableTimeZone
Dim value As SerializableTimeZoneTime
value = instance.DaylightTime
instance.DaylightTime = value
public SerializableTimeZoneTime DaylightTime { get; set; }
Property Value
Type: ExchangeWebServices.SerializableTimeZoneTime
The DaylightTime property returns a SerializableTimeZoneTime object.