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


ITime.ToUTC Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.ToUTC Method
ArcGIS Developer Help

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