company logo

DateTime :: subtractMonths - Subtract month from date value

The function subtracts a number of months from the current date and returns the new timestamp value.

Return value:  Time stamp ( odaba::DateTime & )

A time stamp combines date and time

Implementation details

odaba::DateTime & DateTime  :: subtractMonths ( int32 iMonths )

The number of months passed in iMonths is subtracted from the date value. Year may change, when month becomes less than 1. Usually, day remains unchanged, but will be adjusted, when the new month value does not have the resulting day

  • iMonths - Months

    Time span in months.