Vcl.Samples.Calendar.TCalendar.DaysThisMonth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DaysThisMonth: Integer; virtual;

C++

virtual int __fastcall DaysThisMonth();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Returns the number of days for the current month.

The DaysThisMonth method returns the number of days for the current month.

See Also