| Return Type | Function name | Arguments |
|---|---|---|
| uint32_t | hzSDate::Excel | (void) |
Declared and defined in file: hzDate.h
Function Logic:
Function body:
uint32_t hzSDate::Excel (void)
{ return m_days > DAYS_EXCEL ? m_days - DAYS_EXCEL : 0; }