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


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

ITime.SetFromCurrentUtcTime Method

Writes the time to the current date and time on this machine, expressed as the Coordinated Universal Time (UTC).

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

Product Availability

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

See Also

ITime Interface