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


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

ITime.QueryTicks Method

Obtains the time as the number of ticks since January 1, 0001 AD (Anno Domini).

[Visual Basic .NET]
Public Function QueryTicks ( _
) As Long
[C#]
public long QueryTicks (
);
[C++]
HRESULT QueryTicks(
void
);

Product Availability

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

See Also

ITime Interface