AddSeconds
Adds a specified number of seconds to the current date, returning a
new cDateTime instance with the calcuated value.
Public Function AddSeconds(
ByVal Value As Double ) As cDateTime
Parameters
- Value
-
[ByVal]
Double.
The number of seconds to be added.
Return Values
cDateTime - The new cDateTime instance containing the calculated value.
Remarks
See Also
Project VBCorLib Overview
| Class cDateTime Overview