Skip to main content

CalendarControlBase.GetEndDate() Method

Returns the last date of the last month currently displayed in the calendar.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual DateTime GetEndDate()

Returns

Type Description
DateTime

A DateTime structure that specifies the last date of the last month currently displayed in the calendar.

See Also