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

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

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