Recurrence.Thursday Method

Returns a monthly recurrence on a specific Thursday.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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