
The Function Block REPEAT_MONTHLY generates a monthly repetition as a string for the input REPEAT at the Function Block TIMESWITCH_ADD.
Defines the repetition as an integer every X-th month. If the input is not defined, the minimum 1 is assumed.
Defines the end of the repetition. Three different formats can be used:
Defines on which weekday the event should be repeated. Values from -1 to 4 are supported. 0 or no declaration repeats monthly on the same day, regardless of the weekday. The weekday is taken from the first date.
| Value | Description |
|---|---|
| -1 | Repeats on the last weekday. |
| 0 | Repeats on the same day. (Default) |
| 1 | Repeats on the first weekday. |
| 2 | Repeats on the second weekday. |
| 3 | Repeats on the third weekday. |
| 4 | Repeats on the fourth weekday. |
Disables the repetition and returns an empty string.
Returns a string with the repetitions for the input REPEAT of the Function Block TIMESWITCH_ADD.