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


IDatabaseConnectionInfo4.ConnectionCurrentDateTimeInUTC Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo4 Interface > IDatabaseConnectionInfo4.ConnectionCurrentDateTimeInUTC Property
ArcGIS Developer Help

IDatabaseConnectionInfo4.ConnectionCurrentDateTimeInUTC Property

The current UTC date/time.

[Visual Basic .NET]
Public ReadOnly Property ConnectionCurrentDateTimeInUTC As Object
[C#]
public object ConnectionCurrentDateTimeInUTC {get;}
[C++]
HRESULT get_ConnectionCurrentDateTimeInUTC(
  Variant* datetime
);
[C++]
Parameters
datetime [out, retval]

datetime is a parameter of type VARIANT*

Product Availability

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

See Also

IDatabaseConnectionInfo4 Interface