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


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

ITime.QueryOleTime Method

Obtains the time as an OLE automation date object.

[Visual Basic .NET]
Public Function QueryOleTime ( _
) As DateTime
[C#]
public DateTime QueryOleTime (
);
[C++]
HRESULT QueryOleTime(
void
);

Product Availability

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

See Also

ITime Interface