Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class / GetKeyForItem Method
A DateAppointments object.

In This Topic
    GetKeyForItem Method (DateAppointmentsCollection)
    In This Topic
    Returns key value for the specified item.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal item As DateAppointments _
    ) As System.Date
    protected override System.DateTime GetKeyForItem( 
       DateAppointments item
    )

    Parameters

    item
    A DateAppointments object.

    Return Value

    The System.DateTime value used as a key.
    See Also