AddMinutes
Returns a CorDateTime this is the specified number of Minutes from the original Time.
Public Function AddMinutes(
ByRef Time As Variant,
ByVal Minutes As Long ) As CorDateTime
Parameters
- Time
-
[ByRef]
Variant.
The time to add the specified number of Minutes to.
- Minutes
-
[ByVal]
Long.
The number of Minutes to be added to Time. This can be negative.
Return Values
CorDateTime - Returns a CorDateTime with the specified number of Minutes added.
See Also
Project CorLib Overview
Class JulianCalendar Overview