Add to this time interval the number of seconds represented by the specified integral number of minutes, and return a reference providing modifiable access to this object. The behavior is undefined unless the number of seconds in minutes, and the total number of seconds in the resulting time interval, can both be represented with 64-bit signed integers. Note that minutes may be negative.
Declared in <bsls_timeinterval.h>
constexpr
TimeInterval&
addMinutes(bsls::Types::Int64 minutes);