RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.InvalidDateDayError Function

InvalidDateDayError is used internally.

Pascal
procedure InvalidDateDayError(const AYear: Word; const ADayOfYear: Word);
C++
InvalidDateDayError(const Word AYear, const Word ADayOfYear);

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