Compartir a través de


ExTimeZoneInformation.Biases Property

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public ReadOnly Property Biases As IList(Of TimeSpan)
    Get
'Usage
Dim instance As ExTimeZoneInformation
Dim value As IList(Of TimeSpan)

value = instance.Biases
public IList<TimeSpan> Biases { get; }