Gets the number of ticks that represent the value of the current
TimeSpan structure.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public long Ticks { get; }
Return Value
Type:
Int64The number of ticks contained in this instance.
See Also