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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

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