Return TypeFunction nameArguments
boolhzTime::operator!(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

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