Return TypeFunction nameArguments
boolhzTime::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 ; }