| Return Type | Function name | Arguments |
|---|---|---|
| hzTime& | hzTime::operator= | (hzTime&,) |
Declared and defined in file: hzDate.h
Function Logic:
Function body:
hzTime& hzTime::operator= (hzTime& op)
{ m_secs = op.m_secs ; return *this ; }