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


ITimeReference.ProjectFromUTC Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeReference.ProjectFromUTC Method

Projects a given time, from UTC to this time reference.

[Visual Basic .NET]
Public Sub ProjectFromUTC ( _
    ByVal Time As ITime _
)
[C#]
public void ProjectFromUTC (
    ITime Time
);
[C++]
HRESULT ProjectFromUTC(
  ITime* Time
);
[C++]

Parameters Time [in]
Time is a parameter of type ITime

Product Availability

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

See Also

ITimeReference Interface