Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / DayCollection Class / GetKeyForItem Method
The element from which to extract the key.

In This Topic
    GetKeyForItem Method (DayCollection)
    In This Topic
    Extracts the key from the specified element.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal item As Day _
    ) As System.Date
    protected override System.DateTime GetKeyForItem( 
       Day item
    )

    Parameters

    item
    The element from which to extract the key.

    Return Value

    The key for the specified element.
    See Also