SerializableTimeZone.StandardTime Property

The StandardTime property gets or sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property StandardTime As SerializableTimeZoneTime
    Get
    Set
'Usage
Dim instance As SerializableTimeZone
Dim value As SerializableTimeZoneTime

value = instance.StandardTime

instance.StandardTime = value
public SerializableTimeZoneTime StandardTime { get; set; }

Property Value

Type: ExchangeWebServices.SerializableTimeZoneTime
The StandardTime property returns a SerializableTimeZoneTime object.