Recurrence.Saturday Method
Returns a monthly recurrence on a specific Saturday.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The recurrence pattern.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Recurrence Saturday(
int count,
bool fromEnd = false
)
Parameters
- count Int32
- The week number.
- fromEnd Boolean (Optional)
- Indicates whether weeks should be counted from the end of the month.
Return Value
RecurrenceThe recurrence pattern.