Retrieves the 100-nanosecond tick count for this instance.
[Visual Basic] Public ReadOnly Property Ticks As Long [C#] public long Ticks {get;} [C++] public: __property __int64 get_Ticks(); [JScript] public function get Ticks() : long;
Read-only.
The Ticks property returns a value that is the number of 100-nanosecond intervals that have elapsed since 1/1/0001, 12:00am. Ticks are an 64-bit signed integer type (long).
The minimum ticks count is 0.
DateTime Structure | DateTime Members | System Namespace | Int64