TimeSpanStatic: FromSeconds

FromSeconds

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



 Public Function FromSeconds(
	  ByVal Value As Double ) As TimeSpan

Parameters

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

Return Values

TimeSpan -  An object that represents Value.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview