Skip to main content
A newer version of this page is available. .

CalendarControlBase.GetStartDate() Method

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual DateTime GetStartDate()

Returns

Type Description
DateTime

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

See Also