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


ITime.ToUTC Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITime.ToUTC Method

Converts the time from local (to this machine) time value to Coordinated Universal Time (UTC).

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

Product Availability

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

See Also

ITime Interface