[This is preliminary documentation and is subject to change.]

Gets the number of ticks that represent the value of the current TimeSpanFormattable structure.

Namespace: Tools
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public long Ticks { get; }
Visual Basic
Public ReadOnly Property Ticks As Long
	Get
Visual C++
public:
property long long Ticks {
	long long get ();
}
F#
member Ticks : int64
JScript
function get Ticks () : long

Return Value

Value of Ticks of internal TimeSpan

See Also