TimeSpanStatic: FromMilliseconds

FromMilliseconds

Returns a TimeSpan that represents a specified time, where the specification is in units of milliseconds.



 Public Function FromMilliseconds(
	  ByVal Value As Currency ) As TimeSpan

Parameters

Value
[ByVal] Currency. The number of milliseconds the TimeSpan will represent.

Return Values

TimeSpan -  An object that represents Value.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview