title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
WeekDays.Count property (Project) |
project-server |
|
6343346c-dbfc-b36b-eaf4-ddcc2e6f745d |
06/08/2017 |
medium |
Gets the number of items in the WeekDays collection. Read-only Integer.
expression.Count
expression A variable that represents a 'WeekDays' object.
The following example shows there are seven days in the week for the calendar of the specified resource.
Debug.Print ActiveProject.Resources(1).Calendar.WorkWeeks(1).WeekDays.Count
[!includeSupport and feedback]