CorDateTime: AddMinutes

AddMinutes

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



 Public Function AddMinutes(
	  ByVal Value As Double ) As CorDateTime

Parameters

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

Return Values

CorDateTime -  The new CorDateTime instance containing the calculated value.

See Also

Project CorLib Overview

Class CorDateTime Overview