バージョン

SetSelectedDates メソッド

ターゲットの選択を指定した日付のリストに変更します。
シンタックス
'宣言
 
Sub SetSelectedDates( _
   ByVal dates As IList(Of Date) _
) 
void SetSelectedDates( 
   IList<DateTime> dates
)

パラメータ

dates
新しい選択を表す日付のリストを返します。
参照