Returns a recurrence repeating after the specified number of units.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference