[#BloombergLP-bdlt-Time-addMicroseconds] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Time.adoc[Time]::addMicroseconds :relfileprefix: ../../../ :mrdocs: Increase this time by `microseconds`; return midnight‐boundary crossings. == Synopsis Declared in `<bdlt_time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int addMicroseconds(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] microseconds); ---- == Description Increase the value of this time object by the specified number of `microseconds`, and return the (signed) number of times that the 23:59:59.999999 ‐ 00:00:00.000000 boundary was crossed in performing the operation. Note that `microseconds` may be negative. == Return Value the (signed) number of midnight‐boundary crossings == Parameters [cols="1,4"] |=== | Name| Description | *microseconds* | signed number of microseconds to add |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#