Return TypeFunction nameArguments
boolhzXDate::IsSet(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

bool hzXDate::IsSet (void)
                                       { return m_hour || m_usec ? true : false ; }