System.DateUtils.InvalidDayOfWeekInMonthError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE void __fastcall InvalidDayOfWeekInMonthError(const System::Word AYear, const System::Word AMonth, const System::Word ANthDayOfWeek, const System::Word ADayOfWeek);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

Description

InvalidDayOfWeekInMonthError is used internally.

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

See Also