Return TypeFunction nameArguments
voidhzCron::SetPeriod(hzPeriodicity,)

Declared and defined in file: hzCron.h

Function Logic:

0:START 1:m_bActive m_Period 2: No text

Function body:

void hzCron::SetPeriod (hzPeriodicity period)
                                                               { m_bActive = false ; m_Period = period ; }