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


ITimeReference.ProjectToUTC Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeReference Interface > ITimeReference.ProjectToUTC Method
ArcGIS Developer Help

ITimeReference.ProjectToUTC Method

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

[Visual Basic .NET]
Public Sub ProjectToUTC ( _
    ByVal Time As ITime _
)
[C#]
public void ProjectToUTC (
    ITime Time
);
[C++]
HRESULT ProjectToUTC(
  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