Set the second attribute if it is in range; otherwise do nothing.
Synopsis
Declared in <bdlt_time.h>
int
setSecondIfValid(int second);
Description
Set the "second" attribute of this time object to the specified second if 0 <= second < 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.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
second |
second attribute to set |
Created with MrDocs