When overridden in a derived class, gets a start date that is appropriate for that type of view to display the given date.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected abstract DateTime GetStartDateContaining(
	DateTime date
)
Visual Basic (Declaration)
Protected MustOverride Function GetStartDateContaining ( _
	date As DateTime _
) As DateTime

Parameters

date
Type: System..::.DateTime
The date to be displayed.

Return Value

A date which is suitable as a start date for displaying the given date.

See Also