ArcObjects Library Reference (System)  

ITimeDuration.QueryTicks Method

Obtains the time duration as the number of ticks.

[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.

Remarks

Using the QueryTicks function allows you to find the Ticks value, which is used in many Windows time controls.

See Also

ITimeDuration Interface