| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzTime::operator< | (hzTime&,) |
Declared and defined in file: hzDate.h
Function Logic:
Function body:
bool hzTime::operator< (hzTime& op)
{ return (m_secs< op.m_secs) ? true : false ; }