Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Schedule.Printing Namespace / DateAppointmentsCollection Class / TryGetValue Method

In This Topic
    TryGetValue Method (DateAppointmentsCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As System.Date, _
       ByRef item As DateAppointments _
    ) As System.Boolean
    public System.bool TryGetValue( 
       System.DateTime key,
       out DateAppointments item
    )

    Parameters

    key
    item
    See Also