This document is archived and information here might be outdated. Recommended version. |
The time zone windows ID that cyclicly proceeds the given time zone windows ID.
[Visual Basic .NET]
Public Function get_NextTimeZoneWindowsID ( _
ByVal currentTimeZoneWindowsID As String _
) As String
[C#]
public string get_NextTimeZoneWindowsID (
string currentTimeZoneWindowsID
);
[C++]
HRESULT get_NextTimeZoneWindowsID(
BSTR currentTimeZoneWindowsID,
System.String* NextTimeZoneWindowsID
);
[C++] Parameters currentTimeZoneWindowsID [in]
currentTimeZoneWindowsID is a parameter of type BSTR NextTimeZoneWindowsID [out, retval]
NextTimeZoneWindowsID is a parameter of type BSTR*