Gets a suitable start date for the control to display the requested date.

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

Syntax

C#
protected override DateTime GetStartDateContaining(
	DateTime date
)
Visual Basic (Declaration)
Protected Overrides Function GetStartDateContaining ( _
	date As DateTime _
) As DateTime

Parameters

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

Return Value

A start date for the view that will cause this date to be displayed.

See Also