AppendDate

AppendDate 1:

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

AppendDate 2: Inputs

Name

Type

Description

nYear

UINT

Year from 1900 to 2155.

eMonth

E_BA_Month

Month

nDay

UINT

Day of a month from 1 to 31.