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


ITimeValue.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 > ITimeValue Interface > ITimeValue.ProjectToUTC Method
ArcGIS Developer Help

ITimeValue.ProjectToUTC Method

Projects this time value from its time reference, to UTC.

[Visual Basic .NET]
Public Sub ProjectToUTC ( _
)
[C#]
public void ProjectToUTC (
);
[C++]
HRESULT ProjectToUTC(
void
);

Product Availability

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

See Also

ITimeValue Interface