Set the minute attribute of this object.
Declared in <bdlt_datetime.h>
void
setMinute(int minute);
Set the "minute" attribute of this object to the specified minute value. If 24 == hour(), set the hour attribute to 0. The behavior is undefined unless 0 <= minute <= 59. Note that this method has no effect on the "date" part of this object.
| Name | Description |
|---|---|
| minute | minute attribute to set |