DateTime :: addMinutes - Add minutes to timestamp value
The number of minutes passed in iMinutes is added to the time value. Time values may exceed 24 hours, in which case the date will change as well.
Notes:
The maximum days you could add in minutes is 248 (357913min)
Return value: Time stamp ( odaba::DateTime & )
A time stamp combines date and time
Implementation details
odaba::DateTime &
DateTime  :: addMinutes ( int32 iMinutes )
- iMinutes
- Minutes
Time span in minutes.