title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Day.Count property (Project) |
project-server |
|
2f5c33fb-b744-6c50-5337-da693d93f28b |
06/08/2017 |
medium |
Gets the number of days in the Day object, which is the value 1. Read-only Integer.
expression.Count
expression A variable that represents a Day object.
The Count property for the Day object is the value 1, as in the following example.
Debug.Print ActiveProject.Resources(1).Calendar.WeekDays(3).Count
[!includeSupport and feedback]