DateUtils.InvalidDateWeekError

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

Contents

Delphi-Informationen

von DateUtils.pas

	procedure InvalidDateWeekError(const AYear: Word; const AWeekOfYear: Word; const ADayOfWeek: Word);


Unit: DateUtils

Typ: Prozedur

Sichtbarkeit: public

C++-Informationen

von DateUtils.hpp

	void __fastcall InvalidDateWeekError(unsigned short AYear, unsigned short AWeekOfYear, unsigned short ADayOfWeek);


Unit: DateUtils

Typ: Funktion

Beschreibung

InvalidDateWeekError wird intern verwendet.


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

Siehe auch

Personal tools