Returns key value for the specified item.

Namespace:  C1.C1Schedule.Printing
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected override DateTime GetKeyForItem(
	DateAppointments item
)
Visual Basic (Declaration)
Protected Overrides Function GetKeyForItem ( _
	item As DateAppointments _
) As DateTime

Return Value

The DateTime value used as a key.

See Also