| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzSDate::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 ; }