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


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

ITimeDuration.SetFromTicks Method

Writes the time duration from a given number of ticks.

[Visual Basic .NET]
Public Sub SetFromTicks ( _
    ByVal ticks As Long _
)
[C#]
public void SetFromTicks (
    long ticks
);
[C++]
HRESULT SetFromTicks(
  Signed 64-bit int ticks
);
[C++]
Parameters
ticks [in]

ticks is a parameter of type int64

Product Availability

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

See Also

ITimeDuration Interface