Return TypeFunction nameArguments
boolhzTime::IsSet(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

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