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


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

ITime.SetFromCurrentLocalTime Method

Writes the time to the current date and time on this machine, expressed as the local time.

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

Product Availability

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

See Also

ITime Interface