[#BloombergLP-bdlt-Time-addTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Time.adoc[Time]::addTime :relfileprefix: ../../../ :mrdocs: Add to the value of this time object the specified (signed) number of `hours`, and the optionally specified (signed) numbers of `minutes`, `seconds`, `milliseconds`, and `microseconds`; return the (signed) number of times that the 23:59:59.999999 ‐ 00:00:00.000000 boundary was crossed in performing the operation. Unspecified arguments default to 0. == Synopsis Declared in `<bdlt_time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int addTime( int hours, int minutes = 0, int seconds = 0, int milliseconds = 0, xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] microseconds = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#