GetKeyForItem Method (DayCollection)
Extracts the key from the specified element.
'Declaration
Protected Overrides Function GetKeyForItem( _
ByVal As Day _
) As System.Date
protected override System.DateTime GetKeyForItem(
Day
)
Parameters
- item
- The element from which to extract the key.
Return Value
The key for the specified element.