Initializes a new instance of the TimeSpan class to a specified number of ticks.
[Visual Basic] Overloads Public Sub New( _ ByVal ticks As Long _ ) [C#] public TimeSpan( long ticks ); [C++] public: TimeSpan( __int64 ticks ); [JScript] public function TimeSpan( ticks : long );
See TicksPerMillisecond.
TimeSpan Structure | TimeSpan Members | System Namespace | TimeSpan Constructor Overload List | Int64