System.DateUtils.InvalidDateDayError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidDateDayError(const AYear, ADayOfYear: Word);

C++

extern DELPHI_PACKAGE void __fastcall InvalidDateDayError(const System::Word AYear, const System::Word ADayOfYear);

Properties

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

Description

InvalidDateDayError is used internally.

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

See Also