SerializableTimeZone.Bias Property
The Bias property gets or sets a value that represents the general offset from Coordinated Universal Time (UTC).
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Bias As Integer
Get
Set
'Usage
Dim instance As SerializableTimeZone
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.