IntervalType Property

CurrentTask  Example

 

Specifies the interval at which the task will be rescheduled.

 

Declaration

Dim IntervalType As Integer

 

Description

Use the IntervalType property to specify the denomination at which the task is to be rescheduled. Use in conjunction with the Frequency property set to “Every” (integer value 1).

Set IntervalType to one of the following integer values to specify how the task is rescheduled:

 

Value

Meaning

Description

0

Minute

Schedules the task every x minutes

1

Hour

Schedules the task every x hours

2

Day

Schedules the task every x hours

3

Week

Schedules the task every x weeks

4

Weekday

Schedules the task every x weekdays

5

Weekend

Schedules the task every x weekend

6

Bi-week

Schedules the task every x bi-weeks (i.e. every 2(x) weeks)

7

Month

Schedules the task every x months

8

Quarter

Schedules the task every x quarters (i.e., every 4(x) months)

9

Year

Schedules the task every x years

10

Seconds

Schedules the task every x seconds

where x is the interval specified by the Interval property.