Exclude from this hzCron's schedule, one or more public holidays (that are represented as 'HZ_PUBHOL' flags) Returns: None
| Return Type | Function name | Arguments |
|---|---|---|
| void | hzCron::Exclude | (uint32_t,) |
Declared in file: hzCron.h
Defined in file : hzCron.cpp
Function Logic:
Function body:
void hzCron::Exclude (uint32_t phFlags)
{
// Exclude from this hzCron's schedule, one or more public holidays (that are represented as 'HZ_PUBHOL' flags)
//
// Arguments: 1) phFlags Public Holiday to be excluded
//
// Returns: None
m_exclhols |= phFlags ;
}