Set the "minute" attribute of this time object to the specified minute if 0 <= minute < 60; if the hour attribute is 24, set the hour attribute to 0. Return 0 on success, and a non‐zero value (with no effect) otherwise.

Synopsis

Declared in <bdlt_time.h>

int
setMinuteIfValid(int minute);

Created with MrDocs