Return TypeFunction nameArguments
boolhzTime::IsNull(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

bool hzTime::IsNull (void)
                                    { return m_secs == NULL_TIME ? true : false ; }