Bridge

TimeSpan..::..Ticks Property

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public long Ticks { get; }
Public ReadOnly Property Ticks As Long
	Get
public:
property long long^ Ticks {
	long long^ get ();
}

Return Value

The number of ticks contained in this instance.