SetDayRange

SetDayRange 1:

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

SetDayRange 2: Inputs

Name

Type

Description

eDayFrom

E_BA_Weekday

First day of the period.

eDayTo

E_BA_Weekday

Last day of the period.