Time :: addMinutes - Add minutes to time value
The function adds a number of minutes to the current date and returns the new time value.
Return value: Time value ( odaba::Time & )
The time value is passed in the ODABA Interface::Time format and provides time in 1/100th seconds.
Implementation details
odaba::Time &
Time  :: addMinutes ( int32 iMinutes )
The number of minutes passed in iMinutes is added to the time value. Time values may exceed 24 hours.
- iMinutes
- Minutes
Time span in minutes.