PS.CalendarRecurrenceDays enumeration (ps.js)

Represents the days of the week for recurring calendar exceptions.

Applies to: Project Professional 2013 | Project Server 2013

PS.CalendarRecurrenceDays

Remarks

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Members

The CalendarRecurrenceDays enumeration has the following members.

Member

Value

Description

notSpecified

0

The day is not specified.

sunday

1

Sunday

monday

2

Monday

tuesday

4

Tuesday

wednesday

8

Wednesday

thursday

16

Thursday

friday

32

Friday

saturday

64

Saturday

See also

Reference

Microsoft.ProjectServer.Client.CalendarRecurrenceDays