SetDayRange

The method defines a period over several days for the weekly schedule.
Illustration
METHOD SetDayRange : I_BA_WeeklyEntryBuilder
VAR_INPUT
eDayFrom : E_BA_Weekday;
eDayTo : E_BA_Weekday;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
eDayFrom | First day of the period. | |
eDayTo | Last day of the period. |