ST_BA_WeekNDay

Structure for specifying a day of the week.

Syntax

TYPE ST_BA_WeekNDay :
STRUCT
  eMonth          : E_BA_Month      := E_BA_Month.Unspecified;
  eWeekOfMonth    : E_BA_Week       := E_BA_Week.Unspecified;
  eWeekday        : E_BA_Weekday    := E_BA_Weekday.Unspecified;
END_STRUCT
END_TYPE

Name

Type

Description

eMonth

E_BA_Month

Specification of the month

eWeekOfMonth

E_BA_Week

Specification of the week within a month

eWeekday

E_BA_Weekday

Specification of the day within a week

Requirements

Development environment

Required PLC library

TwinCAT 3.1 4024.35

Tc3_BA2_Common from V2.1.20.0