ExDateTime.Bias property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public ReadOnly Property Bias As TimeSpan
Get
'Usage
Dim instance As ExDateTime
Dim value As TimeSpan
value = instance.Bias
public TimeSpan Bias { get; }
Property value
Type: System.TimeSpan