TimeChangeType.Offset Property
The Offset property gets or sets the offset from the BaseOffset.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Offset As String
Get
Set
'Usage
Dim instance As TimeChangeType
Dim value As String
value = instance.Offset
instance.Offset = value
public string Offset { get; set; }
Property Value
Type: System.String
The Offset property returns a string that represents a duration object.
See Also