Days property

Sets or returns the list of days on which the repeating Calendar Event occurs.

Syntax


C++

HRESULT get_Days(LONG* DayList)

HRESULT put_Days(LONG myDayList)

Scripting languages

Days = CalendarRecurringEvent.Days

CalendarRecurringEvent.Days = Days

Legal values


For days of the week (for example, Monday or Tuesday), specify one or more values from the ERUWeekDay enum, logically OR'ed together. For a day of the month (for example, the first and 15th days of every month), specify the day number as an integer from 1 through 28, with -1 specifying the last day of the month.

Home

Applies to

IERUCalendarRecurringEvent



See also

Calendars