System.DateUtils.InvalidDayOfWeekInMonthError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure InvalidDayOfWeekInMonthError(const AYear, AMonth, ANthDayOfWeek,
ADayOfWeek: Word);

C++

extern DELPHI_PACKAGE void __fastcall InvalidDayOfWeekInMonthError(const System::Word AYear, const System::Word AMonth, const System::Word ANthDayOfWeek, const System::Word ADayOfWeek);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Beschreibung

InvalidDayOfWeekInMonthError wird intern verwendet.

Die Routine InvalidDayOfWeekInMonthError wird intern von DateUtils zum Auslösen einer bestimmten Exception verwendet. InvalidDayOfWeekInMonthError sollte nicht in Anwendungen verwendet werden.

Siehe auch