Return TypeFunction nameArguments
boolhzSDate::operator!(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

bool hzSDate::operator! (void)
                                       { return m_days == NULL_TIME ? true : false ; }