This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.QueryTicks Method (ArcObjects .NET 10.4 SDK) |
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
Using the QueryTicks function allows you to find the Ticks value, which is used in many Windows time controls.