ExchangeServiceBinding.TimeZoneContext Property

Gets or sets the time zone definition that is to be used as the default when assigning the time zone for the DateTime properties of objects that are created, updated, and retrieved by using Exchange Web Services (EWS).

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

Syntax

'Declaration
Public Property TimeZoneContext As TimeZoneContextType
    Get
    Set
'Usage
Dim instance As ExchangeServiceBinding
Dim value As TimeZoneContextType

value = instance.TimeZoneContext

instance.TimeZoneContext = value
public TimeZoneContextType TimeZoneContext { get; set; }

Property Value

Type: ExchangeWebServices.TimeZoneContextType
A TimeZoneContextType object that represents a time zone definition.