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


ITime.ToLocal 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.ToLocal Method
ArcGIS Developer Help

ITime.ToLocal Method

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

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

Product Availability

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

See Also

ITime Interface