Set the "millisecond" attribute of this object to the specified millisecond value. If 24 == hour(), set the hour attribute to 0. The behavior is undefined unless 0 <= millisecond <= 999. Note that this method has no effect on the "date" part of this object.
Synopsis
Declared in <bdlt_datetime.h>
void
setMillisecond(int millisecond);
Created with MrDocs