ComponentOne Scheduler for WPF and Silverlight
Insert Method (DateList)

C1.WPF.Schedule Namespace > DateList Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As System.Date _
) 
public void Insert( 
   System.int index,
   System.DateTime item
)

Parameters

index
item
See Also

Reference

DateList Class
DateList Members