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.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| Visual Basic | 
|---|
Protected MustOverride Function GetStartDateContaining ( _
	date As DateTime _
) As DateTime  | 
| Visual C++ | 
|---|
protected:
virtual DateTime GetStartDateContaining(
	DateTime date
) abstract  | 
Return Value
A date which is suitable as a start date for displaying the given date.
See Also