Creates a TimeSpan with a specified ticks value.
[Visual Basic] Public Shared Function FromTicks( _ ByVal value As Long _ ) As TimeSpan [C#] public static TimeSpan FromTicks( long value ); [C++] public: static TimeSpan FromTicks( __int64 value ); [JScript] public static function FromTicks( value : long ) : TimeSpan;
A TimeSpan with a ticks value of value.
This method is identical to the TimeSpan(Int64) constructor.
TimeSpan Structure | TimeSpan Members | System Namespace | Int64