Sets the selected dates in a month calendar control to the specified date range.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub SetSelectionRange( _
   ByVal  As System.Date, _
   ByVal  As System.Date _
) 
             
        
            
            public void SetSelectionRange( 
   System.DateTime ,
   System.DateTime 
)
             
        
             
        
            パラメータ
- date1
 
- The beginning date of the selection range.
 - date2
 
- The end date of the selection range.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照