[Overview][Constants][Procedures and functions] |
Raise an EConvertErrorexception when a Year,Month,WeekOfMonth,DayofWeek is invalid.
Source position: dateutil.inc line 379
procedure InvalidDateMonthWeekError( |
const AYear: Word; |
const AMonth: Word; |
const AWeekOfMonth: Word; |
const ADayOfWeek: Word |
); |
AYear |
|
Year |
AMonth |
|
Month of the year |
AWeekOfMonth |
|
Week of the month |
ADayOfWeek |
|
Day of the week |
InvalidDateMonthWeekErrorraises an EConvertErrorexception and formats the error message with an appropriate description made up from the parts AYear, Amonth, AWeekOfMonthand ADayOfWeek.
Normally this function should not be needed, the conversion routines call it when they have received invalid arguments.
|
Raise an EConvertError with an invalid Year, WeekOfyear and DayOfWeek specification |
|
|
Raise an EConvertErrorabout an invalid date-time specification. |
|
|
Raise an EConvertErrorexception when a day is not a valid day of a year. |
|
|
Raise an EConvertErrorexception when a Year,Month,NthDayofWeek,DayofWeek is invalid. |