Brings the given DateTime into view by changing the currently displayed months if necessary.

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

Syntax

C#
public void BringIntoView(
	DateTime date
)
Visual Basic
Public Sub BringIntoView ( _
	date As DateTime _
)
Visual C++
public:
void BringIntoView(
	DateTime date
)

Parameters

date
Type: System..::..DateTime
The DateTime to bring into view.

See Also