AppendDate
The method appends a date value to the initialized calendar.
Illustration
METHOD AppendDate : I_BA_CalendarBuilder
VAR_INPUT
nYear : UINT(1900 .. 2155);
eMonth : E_BA_Month := E_BA_Month.Unspecified;
nDay : UINT(1 .. 31);
END_VAR
The method appends a date value to the initialized calendar.
METHOD AppendDate : I_BA_CalendarBuilder
VAR_INPUT
nYear : UINT(1900 .. 2155);
eMonth : E_BA_Month := E_BA_Month.Unspecified;
nDay : UINT(1 .. 31);
END_VAR