Returns a monthly recurrence on a specific Saturday.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference