Return TypeFunction nameArguments
uint32_thzXDate::Excel(void)

Declared and defined in file: hzDate.h

Function Logic:

Function body:

uint32_t hzXDate::Excel (void)
                                           { return (m_hour/24)>DAYS_EXCEL ? (m_hour/24)-DAYS_EXCEL : 0; }