[#BloombergLP-bdlt-DatetimeInterval-setTotalMicroseconds] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval]::setTotalMicroseconds :relfileprefix: ../../../ :mrdocs: Set the overall value of this object to indicate the specified number of `microseconds`. Note that there is no `setTotalMicrosecondsIfValid` because no value of `microseconds` can cause the number of days to overflow. == Synopsis Declared in `<bdlt_datetimeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setTotalMicroseconds(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] microseconds); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#