Noda Time
Ticks Property
NamespacesNodaTimeOffsetTicks

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

Returns the number of ticks represented by this offset, which may be negative.
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 ();
}
Value
The number of ticks.
Remarks
Offsets are only accurate to millisecond precision; the number of milliseconds is simply multiplied by 10,000 to give the number of ticks.

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