[]
Shows specified dates in the scheduler choosing appropriate type of view.
public void ShowDates(DateTime[] dates)
Type | Name | Description |
---|---|---|
DateTime[] | dates | The array of DateTime values. |
Shows specified dates in the scheduler with the specified view type.
public void ShowDates(DateTime[] dates, ScheduleViewEnum? view)
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. |