TimeSpanStatic: FromHours

FromHours

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



 Public Function FromHours(
	  ByVal Value As Double ) As TimeSpan

Parameters

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

Return Values

TimeSpan -  An object that represents Value.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview