Returns a monthly recurrence on a specific Saturday.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Recurrence Saturday(
int count,
bool fromEnd = false
)
Public Function Saturday (
count As Integer,
Optional fromEnd As Boolean = false
) As Recurrence
public:
Recurrence^ Saturday(
int count,
bool fromEnd = false
)
member Saturday :
count : int *
?fromEnd : bool
(* Defaults:
let _fromEnd = defaultArg fromEnd false
*)
-> Recurrence
Parameters
- count
- Type: SystemInt32
The week number. - fromEnd (Optional)
- Type: SystemBoolean
Indicates whether weeks should be counted from the end of the month.
Return Value
Type:
RecurrenceThe recurrence pattern.
Numerical Libraries
Supported in: 5.x
Reference