ArcObjects Library Reference (System)  

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(
  DATE* oleTime
);
[C++]

Parameters

oleTime [out, retval]   oleTime is a parameter of type DATE

Product Availability

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

See Also

ITime Interface