last updated 11 July 2024
                                                
                                                
                                                                
Month range timer
                                                            CLEM.Timers.ActivityTimerMonthRange
Determines if the simulation is currently within the specified month 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 month range. The timer will allow tasks if the current month equals the start or end month.
The following parameters are used to define this activity
The month of the start of the range.
RequiredJanuarytoDecember
The month of the end of the range. This timer allows month ranges to go across calendar years (e.g. November to February)
RequiredJanuarytoDecember
See also