System.TimeSpan.TTimeSpan.Ticks
Delphi
property Ticks: Int64 read FTicks;
C++
__property __int64 Ticks = {read=FTicks};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.TimeSpan.pas System.TimeSpan.hpp |
System.TimeSpan | TTimeSpan |
Description
Specifies the number of ticks in a time span.
The Ticks property specifies the number of ticks in a time span. A tick is the equivalent of 100 nanoseconds. The number of ticks in a time span can be positive or negative.