Return TypeFunction nameArguments
hzTime&hzTime::operator=(hzTime&,)

Declared and defined in file: hzDate.h

Function Logic:

0:START 1:m_secs 2:Return *this

Function body:

hzTime& hzTime::operator= (hzTime& op)
                                                       { m_secs = op.m_secs ; return *this ; }