Returns a recurrence on the specified month of the current pattern.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Recurrence Month(
int month,
bool fromEnd = false
)
Public Function Month (
month As Integer,
Optional fromEnd As Boolean = false
) As Recurrence
public:
Recurrence^ Month(
int month,
bool fromEnd = false
)
member Month :
month : int *
?fromEnd : bool
(* Defaults:
let _fromEnd = defaultArg fromEnd false
*)
-> Recurrence
Parameters
- month
- Type: SystemInt32
- fromEnd (Optional)
- Type: SystemBoolean
Return Value
Type:
RecurrenceA new recurrence that is offset by
day days
from the start of the period.
Numerical Libraries
Supported in: 5.x
Reference