Return TypeFunction nameArguments
boolhzSDate::IsSet(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

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