This document is archived and information here might be outdated. Recommended version. |
The current Time Zone.
[Visual Basic .NET]
Public Property CurrentZone As String
[C#]
public string CurrentZone {get; set;}
[C++]
HRESULT get_CurrentZone(
System.String* pbstrCurrentZone
);
[C++]
HRESULT put_CurrentZone(
BSTR pbstrCurrentZone
);
[C++] Parameters pbstrCurrentZone [out, retval]
pbstrCurrentZone is a parameter of type BSTR* pbstrCurrentZone [in]
pbstrCurrentZone is a parameter of type BSTR