[]
        
(Showing Draft Content)

C1.Win.Calendar.C1DateRangeEdit.GetSelectedDateRange

GetSelectedDateRange Method

GetSelectedDateRange()

Gets the selected date range using the calendar system defined by the current culture.

Declaration
public IEnumerable<DateTime> GetSelectedDateRange()
Public Function GetSelectedDateRange() As IEnumerable(Of Date)
Returns
Type Description
IEnumerable<DateTime>
Remarks

The result is returned as an enumerable sequence of DateTime values. If the underlying range is unavailable, an empty collection is returned.