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