[]
Sets the selected dates in a month calendar control to the specified date range.
public void SetSelectionRange(DateTime date1, DateTime date2)
Type | Name | Description |
---|---|---|
DateTime | date1 | The beginning date of the selection range. |
DateTime | date2 | The end date of the selection range. |