DayOfWeekMask Property

See Also         Example         Applies To

Returns or sets the mask for the days of the week on which the recurring appointment or task occurs. Monthly and yearly patterns are only valid for a single day. Weekly patterns are only valid as the Or of the DayOfWeekMask. Can be one of or a sum of the following OlDaysOfWeek constants: olSunday(1), olMonday(2), olTuesday(4), olWednesday(8), olThursday(16), olFriday(32), or olSaturday(64).

Read/write Long.

Syntax

objRecurrencePattern.DayOfWeekMask

objRecurrencePattern    Required. An expression that returns a RecurrencePattern object.