WeekDay.Count property (Project)
Gets the value 1 for the number of days in the WeekDay object. Read-only Integer.
Syntax
expression.Count
expression A variable that represents a WeekDay object.
Example
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.