Recurrence.Thursday Method

Returns a monthly recurrence on a specific Thursday.

Definition

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

Parameters

count  Int32
The week number.
fromEnd  Boolean  (Optional)
Indicates whether weeks should be counted from the end of the month.

Return Value

Recurrence
The recurrence pattern.

See Also