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


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

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