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


ITimeValue.ProjectToUTC Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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