Recurrence.Tuesday Method
            Returns a monthly recurrence on a specific Tuesday.
            
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The recurrence pattern.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public Recurrence Tuesday(
	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
RecurrenceThe recurrence pattern.