SerializableTimeZoneTime.Time Property
The Time property gets or sets the transition time of day to and from standard time and daylight saving time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Time As String
Get
Set
'Usage
Dim instance As SerializableTimeZoneTime
Dim value As String
value = instance.Time
instance.Time = value
public string Time { get; set; }
Property Value
Type: System.String
The Time property returns a string that represents the transition time of day to and from standard time and daylight saving time.
See Also