company logo

Time :: subtractMinutes - Subtract minutes from time value

The function subtracts a number of minutes from 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  :: subtractMinutes ( int32 iMinutes )

The number of minutes passed in iMinutes is subtracted from the time value. Time values might become negative.

  • iMinutes - Minutes

    Time span in minutes.