[]
        
(Showing Draft Content)

C1.Win.C1Schedule.C1Schedule.ShowDates

ShowDates Method

ShowDates(DateTime[])

Shows specified dates in the scheduler choosing appropriate type of view.

Declaration
public void ShowDates(DateTime[] dates)
Parameters
Type Name Description
DateTime[] dates

The array of DateTime values.

ShowDates(DateTime[], ScheduleViewEnum?)

Shows specified dates in the scheduler with the specified view type.

Declaration
public void ShowDates(DateTime[] dates, ScheduleViewEnum? view)
Parameters
Type Name Description
DateTime[] dates

The array of DateTime values.

ScheduleViewEnum? view

The ScheduleViewEnum value to show. If this parameter has no value, the C1Schedule control will select the most appropriate view depending on specified dates.