[]
        
(Showing Draft Content)

C1.Schedule.DayCollection.GetKeyForItem

GetKeyForItem Method

GetKeyForItem(Day)

Extracts the key from the specified element.

Declaration
protected override DateTime GetKeyForItem(Day item)
Parameters
Type Name Description
Day item

The element from which to extract the key.

Returns
Type Description
DateTime

The key for the specified element.

Overrides