DaysOfMonth Property

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

Syntax

object.DaysOfMonth [= Long]

Properties

The DaysOfMonth 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 and the end of the month is the 32nd bit.

Remarks

DaysOfMonth only applies if the TriggerType is set to Monthly.

 

Applies To