Back to Devexpress

CalendarControlBase.GetStartDate() Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-3020c520.md

latest1.4 KB
Original Source

CalendarControlBase.GetStartDate() Method

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual DateTime GetStartDate()
vb
Public Overridable Function GetStartDate As Date

Returns

TypeDescription
DateTime

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

|

See Also

GetEndDate()

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace