Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.Diff

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Diff(AStart: TDate; AEnd: TDate): Integer; override;

C++

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

Properties

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

Description

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

Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.Diff inherits from Vcl.WinXCalendars.TCalendarViewViewInfoBase.Diff. All content below this line refers to Vcl.WinXCalendars.TCalendarViewViewInfoBase.Diff.

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