Recurrence Implicit  Conversion (TimeSpan to Recurrence)

Implicitly converts a TimeSpan value to a Recurrence.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static implicit operator Recurrence (
	TimeSpan span
)

Parameters

span  TimeSpan
The time span to convert.

Return Value

Recurrence

See Also