ST_BA_ScheduleException

The structure represents a schedule exception profile.

TYPE ST_BA_ScheduleException :
STRUCT
  eType     : E_BA_DateValChoice := E_BA_DateValChoice.Invalid;
  uDate     : U_BA_DateVal;
  aEntry    : T_BA_ScheduleExceptionEntryList;
END_STRUCT
END_YPE

Name

Type

Description

eType

E_BA_DateValChoice

Specification of the time period type for the exception profile entry. You can choose from 3 options (Simple date, Date range, Week and day).

uDate

U_BA_DateVal

Specification of the date value for the specified period type eType.

aEntry

T_BA_ScheduleExceptionEntryList

List of schedule entries for an exception profile entry.