Set the minute attribute of this time object.
Synopsis
Declared in <bdlt_time.h>
void
setMinute(int minute);
Description
Set the "minute" attribute of this time object to the specified minute; if the hour attribute is 24, set the hour attribute to 0. The behavior is undefined unless 0 <= minute < 60.
Parameters
Name |
Description |
minute |
minute attribute to set |
Created with MrDocs