DaysOfWeek Property

Specifies which days in the week to run the current Timer object.

Syntax

object.DaysOfWeek [= Long]

Properties

The DaysOfWeek property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Long

The value corresponding to the bit mask for each day, where day 1 is the low order bit.

Remarks

DaysOfWeek only applies if the TriggerType is set to Daily.

 

Applies To