title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
WeekDay.Count property (Project) |
project-server |
|
91828803-9d2f-a7ea-f917-f1e26147f177 |
06/08/2017 |
medium |
Gets the value 1 for the number of days in the WeekDay object. Read-only Integer.
expression.Count
expression A variable that represents a WeekDay object.
The following example shows there is one day in the third day of the work week.
Debug.Print ActiveProject.Resources(1).Calendar.WorkWeeks(1).WeekDays(3).Count
[!includeSupport and feedback]