Time [constructor] | Constructors |
operator= | Assign to this time object the value of the specified rhs object, and return a reference providing modifiable access to this object. |
addHours | Increase this time by hours; return midnight-boundary crossings. |
addInterval | Increase this time by interval; return midnight-boundary crossings. |
addMicroseconds | Increase this time by microseconds; return midnight-boundary crossings. |
addMilliseconds | Increase this time by milliseconds; return midnight-boundary crossings. |
addMinutes | Increase this time by minutes; return midnight-boundary crossings. |
addSeconds | Increase this time by seconds; return midnight-boundary crossings. |
addTime | Add the specified signed time fields; return midnight-boundary crossings. |
bdexStreamIn | Assign to this object the value read from the specified input stream. |
bdexStreamOut | Write this object to the specified output stream using BDEX. |
getTime | Load the time-of-day attributes of this object into the given addresses. |
hour | Return the value of the hour attribute of this time object. |
microsecond | Return the value of the microsecond attribute of this time object. |
millisecond | Return the value of the millisecond attribute of this time object. |
minute | Return the value of the minute attribute of this time object. |
operator+= | Add to this time object the value of the specified rhs datetime interval, and return a reference providing modifiable access to this object. |
operator-= | Subtract from this time object the value of the specified rhs datetime interval, and return a reference providing modifiable access to this object. |
print | Write this time to the specified output stream in a human-readable form. |
printToBuffer | Write a textual representation of this time into result. |
second | Return the value of the second attribute of this time object. |
setHour | Set the hour attribute of this time object. |
setHourIfValid | Set the hour attribute if it is in range; otherwise do nothing. |
setMicrosecond | Set the microsecond attribute of this time object. |
setMicrosecondIfValid | Set the microsecond attribute if it is in range; otherwise do nothing. |
setMillisecond | Set the millisecond attribute of this time object. |
setMillisecondIfValid | Set the millisecond attribute if it is in range; otherwise do nothing. |
setMinute | Set the minute attribute of this time object. |
setMinuteIfValid | Set the minute attribute if it is in range; otherwise do nothing. |
setSecond | Set the second attribute of this time object. |
setSecondIfValid | Set the second attribute if it is in range; otherwise do nothing. |
setTime | Set this time from the specified time-of-day fields. |
setTimeIfValid | Set this time from fields if they form a valid value; otherwise do nothing. |
streamOut | Format this time to the specified output stream, and return a reference to the modifiable stream. |
validateAndSetTime | Set this time from fields if they form a valid value; otherwise do nothing. |