Retrieves the number of whole ticks represented by the current 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.
Retrieves the number of ticks represented by the current instance.
The smallest unit of time is the "tick," which is equal to 100-nanoseconds. For example, a ticks value of 0 represents the 0 time value, which has the string representation "00:00:00" ("hh:mm:ss"). Each additional tick increases the time by 100-nanoseconds.The Ticks value can also be negative; a Ticks value of negative 1 represents the time "-00:00:00.0000001".
TimeSpan Structure | TimeSpan Members | System Namespace | Int64