Return TypeFunction nameArguments
boolhzSDate::IsNull(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

bool hzSDate::IsNull (void)
                                       { return m_days == NULL_DATE ? true : false ; }