API:System.DateUtils.IsValidDateWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsValidDateWeek(const AYear, AWeekOfYear, ADayOfWeek: Word): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsValidDateWeek(const System::Word AYear, const System::Word AWeekOfYear, const System::Word ADayOfWeek);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.