Recurrence Implicit  Conversion (TimeSpan to Recurrence)

Implicitly converts a TimeSpan value to a Recurrence.

Definition

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

Parameters

span  TimeSpan
The time span to convert.

Return Value

Recurrence

See Also