Return TypeFunction nameArguments
boolhzTime::operator+=(uint32_t,)

Declared and defined in file: hzDate.h

Function Logic:

0:START 1:m_secs 2:Return true

Function body:

bool hzTime::operator+= (uint32_t nSecs)
                                        { m_secs += nSecs ; return true ; }