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