Noda Time
Ticks Property
NamespacesNodaTimeDurationTicks

[This is preliminary documentation and is subject to change.]

The total number of ticks in the duration.
Declaration Syntax
C#Visual BasicVisual C++
public long Ticks { get; }
Public ReadOnly Property Ticks As Long
	Get
public:
property long long Ticks {
	long long get ();
}
Remarks
This property effectively represents all of the information within a Duration value; a duration is simply a number of ticks.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)