Set the millisecond attribute of this time object.
Declared in <bdlt_time.h>
void
setMillisecond(int millisecond);
Set the "millisecond" attribute of this time object to the specified millisecond; if the hour attribute is 24, set the hour attribute to 0. The behavior is undefined unless 0 <= millisecond < 1000.
| Name | Description |
|---|---|
| millisecond | millisecond attribute to set |