[]
Gets the dates of the given type in the current view.
public DateTime[] GetDatesInView(PickDays type)
Public Function GetDatesInView(type As PickDays) As Date()
Type | Name | Description |
---|---|---|
PickDays | type | One of the PickDays values that indicates the type used for pick days. |
Type | Description |
---|---|
DateTime[] | A DateTime array that includes all dates based on the pick requirement. |
The method retrieves the PickDays type dates in the current calendar view. If the DropDownCalendar is YearMonth mode, the PickDays type dates between the minimum and the maximum month are returned.
Gets all the dates in the view.
public DateTime[] GetDatesInView()
Public Function GetDatesInView() As Date()
Type | Description |
---|---|
DateTime[] | A DateTime array that includes all dates in the view. |
This method retrieves all normal dates in the current calendar view. If the DropDownCalendar is YearMonth mode, all dates between the minimum and the maximum month are returned.