CorDateTime: AddHours

AddHours

Adds a specified number of hours to the current date, returning a new CorDateTime instance with the calcuated value.



 Public Function AddHours(
	  ByVal Value As Double ) As CorDateTime

Parameters

Value
[ByVal] Double. The number of hours to add.

Return Values

CorDateTime -  The new CorDateTime instance containing the calculated value.

See Also

Project CorLib Overview

Class CorDateTime Overview