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


ITime.QueryTicks Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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(
  Signed 64-bit int* ticks
);
[C++]

Parameters ticks [out, retval] ticks is a parameter of type Signed 64-bit int

Product Availability

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

See Also

ITime Interface