RecurringTimeTransitionType.TimeOffset Property
The TimeOffset property gets or sets the duration offset from the Coordinated Universal Time (UTC) for the time zone transition.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property TimeOffset As String
Get
Set
'Usage
Dim instance As RecurringTimeTransitionType
Dim value As String
value = instance.TimeOffset
instance.TimeOffset = value
public string TimeOffset { get; set; }
Property Value
Type: System.String
The value of the TimeOffset property is a string that represents the offset from Coordinated Universal Time (UTC).
See Also