System.DateUtils.InvalidDateWeekError
Delphi
procedure InvalidDateWeekError(const AYear, AWeekOfYear, ADayOfWeek: Word);
C++
extern DELPHI_PACKAGE void __fastcall InvalidDateWeekError(const System::Word AYear, const System::Word AWeekOfYear, const System::Word ADayOfWeek);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
Description
InvalidDateWeekError is used internally.
The InvalidDateWeekError routine is used internally by DateUtils to raise a specific exception. InvalidDateWeekError should not be used in any application.