[#BloombergLP-bsls-TimeInterval-addMinutes] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval]::addMinutes :relfileprefix: ../../../ :mrdocs: Add the specified number of `minutes` to this time interval. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bsls/TimeInterval.adoc[TimeInterval]& addMinutes(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] minutes); ---- == Description 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. == Return Value a reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *minutes* | minutes to add |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#