Gets whether the pattern occurs on the specified day, assuming a given start date.

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

Syntax

C#
bool Includes(
	DateTime startDate,
	DateTime day
)
Visual Basic
Function Includes ( _
	startDate As DateTime, _
	day As DateTime _
) As Boolean
Visual C++
bool Includes(
	DateTime startDate, 
	DateTime day
)

Parameters

startDate
Type: System..::..DateTime
The start date of recurrence.
day
Type: System..::..DateTime
The day for which to check whether the recurrence occurs.

Return Value

true if the pattern occurs on day; otherwise false.

See Also