[#BloombergLP-bdlt-Time-setMicrosecond] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Time.adoc[Time]::setMicrosecond :relfileprefix: ../../../ :mrdocs: Set the microsecond attribute of this time object. == Synopsis Declared in `<bdlt_time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setMicrosecond(int microsecond); ---- == Description Set the "microsecond" attribute of this time object to the specified `microsecond`; if the `hour` attribute is 24, set the `hour` attribute to 0. The behavior is undefined unless `0 <= microsecond < 1000`. == Parameters [cols="1,4"] |=== | Name| Description | *microsecond* | microsecond attribute to set |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#