| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hzCron::SetEraDate | (uint32_t,uint32_t,uint32_t,) |
Declared and defined in file: hzCron.h
Function Logic:
Function body:
hzEcode hzCron::SetEraDate (uint32_t Y)uint32_t M, uint32_t D,
{ m_bActive = false ; return m_Era.SetDate(Y, M, D) ; }