TimeSpanStatic: FromMinutes

FromMinutes

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



 Public Function FromMinutes(
	  ByVal Value As Double ) As TimeSpan

Parameters

Value
[ByVal] Double. The number of minutes the TimeSpan will represent.

Return Values

TimeSpan -  An object that represents Value.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview