RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.InvalidDayOfWeekInMonthError Function

InvalidDayOfWeekInMonthError is used internally.

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

The InvalidDayOfWeekInMonthError routine is used internally by DateUtils to raise a specific exception. InvalidDayOfWeekInMonthError should not be used in any application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!