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.CreateTimeZoneInfoFromWindowsID Method (ArcObjects .NET 10.5 SDK) |
Creates a time zone info from a windows ID.
[Visual Basic .NET] Public Function CreateTimeZoneInfoFromWindowsID ( _ ByVal WindowsID As String _ ) As ITimeZoneInfo
[C#] public ITimeZoneInfo CreateTimeZoneInfoFromWindowsID ( string WindowsID );
[C++]
HRESULT CreateTimeZoneInfoFromWindowsID(
BSTR WindowsID,
ITimeZoneInfo** TimeZoneInfo
);
[C++]
Parameters WindowsID [in] WindowsID is a parameter of type BSTR TimeZoneInfo [out, retval]
TimeZoneInfo is a parameter of type ITimeZoneInfo