title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Calendar.WeekDays property (Project) |
vbapj.chm132819 |
|
project-server |
|
4495a739-156b-8cda-d3d0-acbc56b767ff |
06/08/2017 |
medium |
Gets a Weekdays collection representing the weekdays in the calendar. Read-only Weekdays.
expression. WeekDays
expression A variable that represents a Calendar object.
The following example makes Friday a nonworking day in the calendar for the active project.
Sub MakeFridaysNonworking()
ActiveProject.Calendar.Weekdays(pjFriday).Working = False
End Sub
[!includeSupport and feedback]