DateUtils.InvalidDateMonthWeekError

From RAD Studio VCL Documentation (German)
Jump to: navigation, search

Contents

Delphi-Informationen

von DateUtils.pas

	procedure InvalidDateMonthWeekError(const AYear: Word;
		const AMonth: Word;
		const AWeekOfMonth: Word;
		const ADayOfWeek: Word);


Unit: DateUtils

Typ: Prozedur

Sichtbarkeit: public

C++-Informationen

von DateUtils.hpp

	void __fastcall InvalidDateMonthWeekError(unsigned short AYear,
		unsigned short AMonth,
		unsigned short AWeekOfMonth,
		unsigned short ADayOfWeek);


Unit: DateUtils

Typ: Funktion

Beschreibung

InvalidDateMonthWeekError wird intern verwendet.


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

Siehe auch

Personal tools