Creates a TimeSpan that represents the number of milliseconds specified.
[Visual Basic] Public Shared Function FromMilliseconds( _ ByVal value As Double _ ) As TimeSpan [C#] public static TimeSpan FromMilliseconds( double value ); [C++] public: static TimeSpan FromMilliseconds( double value ); [JScript] public static function FromMilliseconds( value : double ) : TimeSpan;
A TimeSpan that represents value to the nearest millisecond.
The ticks value is computed by rounding value to the nearest integer and then converting from milliseconds to ticks.
TimeSpan Structure | TimeSpan Members | System Namespace | Double | Ticks | Milliseconds