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