Click or drag to resize
TimeSpanTicks Property
Gets the number of ticks that represent the value of the current TimeSpan structure.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public long Ticks { get; }

Return Value

Type: Int64
The number of ticks contained in this instance.
See Also