Vcl.WinXCalendars.TCalendarViewViewInfoBase.GetStartDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStartDate: TDate; virtual;

C++

virtual System::TDate __fastcall GetStartDate();

Properties

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

Description

Getter for the StartDate property.

Returns the start date of Cell View Item Info.

See Also