Date range timer
CLEM.Timers.ActivityTimerDateRange
Determines if the simulation is currently within the specified date range.

A timer is used to determine whether a component (usually an Activity) can perform its task in the current time-step (see Using timers).
This timer will allow associated components to perform tasks if the current date is within the specified date range. The timer will allow tasks if the date equals the start or end date.

The following parameters are used to define this activity

The date for the start of the range.
Required

The date at the end of the range.
Required>Start date

A switch to determine if the timer works for dates outside (checked) the specified range.
See also