Vcl.WinXCalendars.TCalendarViewViewInfoBase.Diff

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Diff(AStart: TDate; AEnd: TDate): Integer; virtual; abstract;

C++

virtual int __fastcall Diff(System::TDate AStart, System::TDate AEnd) = 0 ;

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewViewInfoBase

Description

Introduces an abstract (Delphi) or pure virtual (C++) method to get the number of elements between two dates.

Descendants of TCalendarViewViewInfoBase implement the Diff method to get the number of elements between two dates.

See Also