System.DateUtils.InvalidDayOfWeekInMonthError

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

InvalidDayOfWeekInMonthError est utilisée en interne.

La routine InvalidDayOfWeekInMonthError est utilisée en interne par DateUtils pour déclencher une exception spécifique. InvalidDayOfWeekInMonthError ne doit pas être utilisée par une application.

Voir aussi