| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzTime::operator+= | (uint32_t,) |
Declared and defined in file: hzDate.h
Function Logic:
Function body:
bool hzTime::operator+= (uint32_t nSecs)
{ m_secs += nSecs ; return true ; }