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