Set the microsecond attribute of this time object.
Declared in <bdlt_time.h>
void
setMicrosecond(int microsecond);
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.
| Name | Description |
|---|---|
| microsecond | microsecond attribute to set |