TimeSpanStatic: FromDays

FromDays

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



 Public Function FromDays(
	  ByVal Value As Double ) As TimeSpan

Parameters

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

Return Values

TimeSpan -  An object that represents Value.

See Also

Project CorLib Overview

Class TimeSpanStatic Overview