Is Specific Month Condition

com.workbrain.app.ta.conditions.IsSpecificMonthCondition

The Is Specific Month Condition checks whether the calculation date falls within one or more specific months.

Parameters In

Name Type Description Example
Months of Year String Comma-separated list of month names for which the condition checks.

The condition accepts either the full month name or its three-letter short form:

  • JANUARY or JAN
  • FEBRUARY or FEB
  • MARCH or MAR
  • APRIL or APR
  • MAY
  • JUNE or JUN
  • JULY or JUL
  • AUGUST or AUG
  • SEPTEMBER or SEP
  • OCTOBER or OCT
  • NOVEMBER or NOV
  • DECEMBER or DEC
MAR,APR
Inclusive Boolean Indicates whether the specified month values are considered inclusive (selected) or exclusive (cleared).

If this check box is selected, then the condition is met only if the work summary month is in the list.

If this check box is cleared, then the condition is met only if the work summary month is not in the list.

Selected

Example: Check whether the calculation date falls within January or February

In this example, the condition evaluates to true if the work summary date of the day being calculated is in January or February.

Name Value
Months of Year JANUARY,FEBRUARY
Inclusive Selected