Recurrence.Month Method
Returns a recurrence on the specified month of the current pattern.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A new recurrence that is offset by month months from the start of the period. month is a month number, not an offset. The first month has month equal to 1, not 0.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Recurrence Month(
int month,
bool fromEnd = false
)
Parameters
- month Int32
- The 1-based number of the month.
- fromEnd Boolean (Optional)
- Indicates whether the number of months should be counted from the end of the period.
Return Value
RecurrenceA new recurrence that is offset by month months from the start of the period. month is a month number, not an offset. The first month has month equal to 1, not 0.