Returns a recurrence repeating after the specified number of units.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Recurrence Every(
double count,
DateTimeUnit unit
)
Public Shared Function Every (
count As Double,
unit As DateTimeUnit
) As Recurrence
public:
static Recurrence^ Every(
double count,
DateTimeUnit unit
)
static member Every :
count : float *
unit : DateTimeUnit -> Recurrence
Parameters
- count
- Type: SystemDouble
The number of units between occurrences. - unit
- Type: Extreme.DataAnalysisDateTimeUnit
The unit of count.
Return Value
Type:
RecurrenceA recurrence every
count times
unit.
If
unit is monthly, then
count must be an integer.
Numerical Libraries
Supported in: 6.0
Reference