[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.2.0

Syntax

C#
public long Ticks { get; }
Visual Basic (Declaration)
Public ReadOnly Property Ticks As Long
Visual C++
public:
property long long Ticks {
	long long get ();
}
J#
/** @property */
public long get_Ticks()
JScript
public function get Ticks () : long

Return Value

Value of Ticks of internal TimeSpan

See Also