This document is archived and information here might be outdated.  Recommended version.


ITimeZoneFactory.CreateTimeReferenceFromWindowsID Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ITimeZoneFactory.CreateTimeReferenceFromWindowsID Method

Creates a time reference from a windows ID.

[Visual Basic .NET]
Public Function CreateTimeReferenceFromWindowsID ( _
    ByVal WindowsID As String _
) As ITimeReference
[C#]
public ITimeReference CreateTimeReferenceFromWindowsID (
    string WindowsID
);
[C++]
HRESULT CreateTimeReferenceFromWindowsID(
  BSTR WindowsID,
  ITimeReference** TimeReference
);
[C++]

Parameters WindowsID [in] WindowsID is a parameter of type BSTR TimeReference [out, retval]
TimeReference is a parameter of type ITimeReference

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeZoneFactory Interface