Return TypeFunction nameArguments
boolhzSDate::operator>(hzSDate&,)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

bool hzSDate::operator> (hzSDate& op)
                                                   { return (m_days> op.m_days) ? true : false ; }