MultiSelect for WinForms
SetSelectionRange メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > DateEditMonthCalendar クラス : SetSelectionRange メソッド
The beginning date of the selection range.
The end date of the selection range.
Sets the selected dates in a month calendar control to the specified date range.
シンタックス
'宣言
 
Public Sub SetSelectionRange( _
   ByVal date1 As System.Date, _
   ByVal date2 As System.Date _
) 
public void SetSelectionRange( 
   System.DateTime date1,
   System.DateTime date2
)

パラメータ

date1
The beginning date of the selection range.
date2
The end date of the selection range.
参照

DateEditMonthCalendar クラス
DateEditMonthCalendar メンバ