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