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