Recurrence Implicit  Conversion (Time Span to Recurrence)
            
            
            Implicitly converts a TimeSpan value to a
            Recurrence.
            
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static implicit operator Recurrence (
	TimeSpan span
)Parameters
- span TimeSpan
 - The time span to convert.