Noda Time
Ticks Property
NamespacesNodaTimeInstantTicks

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

The number of ticks since the Unix epoch. Negative values represent instants before the Unix epoch.
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
A tick is equal to 100 nanoseconds. There are 10,000 ticks in a millisecond.

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