Returns a monthly recurrence on a specific Friday.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Recurrence Friday(
int count,
bool fromEnd = false
)
Public Function Friday (
count As Integer,
Optional fromEnd As Boolean = false
) As Recurrence
public:
Recurrence^ Friday(
int count,
bool fromEnd = false
)
member Friday :
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: 6.0
Reference