ExchangeServiceBinding.TimeZoneContext Property
The TimeZoneContext property gets or sets the time zone definition that is used to scope the DateTime properties of tasks that are created or updated.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property TimeZoneContext As TimeZoneContextType
public TimeZoneContextType TimeZoneContext { get; set; }
public:
property TimeZoneContextType^ TimeZoneContext {
TimeZoneContextType^ get ();
void set (TimeZoneContextType^ value);
}
/** @property */
public TimeZoneContextType get_TimeZoneContext ()
/** @property */
public void set_TimeZoneContext (TimeZoneContextType value)
public function get TimeZoneContext () : TimeZoneContextType
public function set TimeZoneContext (value : TimeZoneContextType)
Property Value
The TimeZoneContext property returns a TimeZoneContextType object that contains the time zone definition that is used to scope the DateTime properties of tasks that are created or updated.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ExchangeServiceBinding Class
ExchangeServiceBinding Members
ExchangeWebServices Namespace