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

In This Topic
    IndexOf Method (DateAppointmentsCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As DateAppointments _
    ) As System.Integer
    public System.int IndexOf( 
       DateAppointments item
    )

    Parameters

    item
    See Also