Exclude from this hzCron's schedule, one or more public holidays (that are represented as 'HZ_PUBHOL' flags) Returns: None

Return TypeFunction nameArguments
voidhzCron::Exclude(uint32_t,)

Declared in file: hzCron.h
Defined in file : hzCron.cpp

Function Logic:

0:START 1:m_exclhols 2: No text

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 ;
}