ARX::CommonIntervalType

Introduced : ARX V6.02.000
An enumeration of possible interval types.

Members

Member

Value

Description

ARX_INTERVAL_UNKNOWN

0

Interval type is unknown.

ARX_INTERVAL_MINUTES

1

Interval is specified in minutes.

ARX_INTERVAL_HOURS

2

Interval is specified in hours.

ARX_INTERVAL_DAYS

3

Interval is specified in days.

ARX_INTERVAL_WEEKS

4

Interval is specified in weeks.

ARX_INTERVAL_MONTHS

5

Interval is specified in months.

ARX_INTERVAL_QUARTERS

6

Interval is specified in quarters.

ARX_INTERVAL_YEARS

7

Interval is specified in years.

ARX_INTERVAL_FIRST_DAY

8

Interval is specified in the first weekday of the month.

ARX_INTERVAL_LAST_DAY

9

Interval is specified in the last weekday of the month.

ARX_INTERVAL_HOURS_OF_DAY

10

Interval is specified in a comma separated list of hour:minute times.

ARX_INTERVAL_DAYS_OF_WEEK

11

Interval is specified in a comma separated list of days of the week.

ARX_INTERVAL_DAYS_OF_MONTH

12

Interval is specified in a comma separated list of days of the month.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.