CorDateTime: AddSeconds

AddSeconds

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



 Public Function AddSeconds(
	  ByVal Value As Double ) As CorDateTime

Parameters

Value
[ByVal] Double. The number of seconds to be added.

Return Values

CorDateTime -  The new CorDateTime instance containing the calculated value.

See Also

Project CorLib Overview

Class CorDateTime Overview