RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.InvalidDateMonthWeekError Function

InvalidDateMonthWeekError is used internally.

Pascal
procedure InvalidDateMonthWeekError(const AYear: Word; const AMonth: Word; const AWeekOfMonth: Word; const ADayOfWeek: Word);
C++
InvalidDateMonthWeekError(const Word AYear, const Word AMonth, const Word AWeekOfMonth, const Word ADayOfWeek);

The InvalidDateMonthWeekError routine is used internally by DateUtils to raise a specific exception. InvalidDateMonthWeekError 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!