AppendDate

AppendDate 1:

Die Methode fügt dem initialisierten Kalender einen Datumswert hinzu.

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: Eingänge

Name

Typ

Beschreibung

nYear

UINT

Jahr von 1900 bis 2155.

eMonth

E_BA_Month

Monat

nDay

UINT

Tag eines Monats von 1 bis 31.