Recurrence.Day Method

Returns a recurrence on the specified day of the current pattern.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Recurrence Day(
	int day,
	bool fromEnd = false
)

Parameters

day  Int32
A 1-based number.
fromEnd  Boolean  (Optional)
Indicates whether the number of days should be counted from the end of the period.

Return Value

Recurrence
A new recurrence that is offset by day days from the start of the period. day is a day number, not an offset. The first day of the period has day equal to 1.

See Also