Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 844 Bytes

Project.Calendar.WeekDays.md

File metadata and controls

38 lines (25 loc) · 844 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Calendar.WeekDays property (Project)
vbapj.chm132819
vbapj.chm132819
project-server
Project.Calendar.WeekDays
4495a739-156b-8cda-d3d0-acbc56b767ff
06/08/2017
medium

Calendar.WeekDays property (Project)

Gets a Weekdays collection representing the weekdays in the calendar. Read-only Weekdays.

Syntax

expression. WeekDays

expression A variable that represents a Calendar object.

Example

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]