API:System.DateUtils.DateInRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DateInRange(ADate: TDate; AStartDate, AEndDate: TDate; AInclusive: Boolean = True): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall DateInRange(System::TDate ADate, System::TDate AStartDate, System::TDate AEndDate, bool AInclusive = true);

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. Please help us document this topic by using the Discussion page!