SerializableTimeZoneTime.Bias Property
The Bias property gets or sets the offset from the Coordinated Universal Time (UTC) offset.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Bias As Integer
Get
Set
'Usage
Dim instance As SerializableTimeZoneTime
Dim value As Integer
value = instance.Bias
instance.Bias = value
public int Bias { get; set; }
Property Value
Type: System.Int32
The Bias property returns an integer that represents the offset from the UTC offset. This value is in minutes.
See Also