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