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