Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class / ChangeItemKey Method

In This Topic
    ChangeItemKey Method (DateAppointmentsCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ChangeItemKey( _
       ByVal item As DateAppointments, _
       ByVal newKey As System.Date _
    ) 
    protected void ChangeItemKey( 
       DateAppointments item,
       System.DateTime newKey
    )

    Parameters

    item
    newKey
    See Also