Gets whether the pattern occurs on the specified day, assuming a given start date
and maximum occurrence count.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool Includes( DateTime startDate, DateTime day, int occurrenceCount ) |
Visual Basic |
---|
Public Function Includes ( _ startDate As DateTime, _ day As DateTime, _ occurrenceCount As Integer _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Includes( DateTime startDate, DateTime day, int occurrenceCount ) sealed |
Parameters
- startDate
- Type: System..::..DateTime
The start date of recurrence.
- day
- Type: System..::..DateTime
The day for which to check whether the recurrence occurs.
- occurrenceCount
- Type: System..::..Int32
The maximum number of occurrences to consider.