Returns a monthly recurrence on a specific Wednesday.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Recurrence Wednesday(
int count,
bool fromEnd = false
)
Public Function Wednesday (
count As Integer,
Optional fromEnd As Boolean = false
) As Recurrence
public:
Recurrence^ Wednesday(
int count,
bool fromEnd = false
)
member Wednesday :
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