This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory Interface > ITimeZoneFactory.NextTimeZoneWindowsID Property (ArcObjects .NET 10.5 SDK) |
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,
BSTR* NextTimeZoneWindowsID
);
[C++]
Parameters currentTimeZoneWindowsID [in] currentTimeZoneWindowsID is a parameter of type BSTR NextTimeZoneWindowsID [out, retval] NextTimeZoneWindowsID is a parameter of type BSTR