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


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

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(
void
);

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