ConfigureMonthly
Configure the algorithm for a monthly repetition of the events.
Syntax
Definition:
METHOD Configure : BOOL
tTimeEvent : LTIME;
nDay : UINT;
eRecurrenceSpecification : E_ALY_RecurrenceSpecification;
eDayOfWeek : E_ALY_DayOfWeek;
VAR_INPUT
END_VAR
Inputs
Name | Type | Description |
---|---|---|
tTimeEvent | LTIME | Time of the event. |
nDay | UINT | Day on which an event is to be created. |
eRecurrenceSpecification | Recurrence specification Specific Day: The event should be created on a specific day. This can be set using the Day parameter. | |
eDayOfWeek | Weekday of the event Unspecified: The event is generated on the first or last day of the month, depending on the eRecurrenceSpecification parameter. |
Return value
Name | Type | Description |
---|---|---|
ConfigureMonthly | BOOL | Returns |