Day.Count property (Project)

Gets the number of days in the Day object, which is the value 1. Read-only Integer.

Syntax

expression.Count

expression A variable that represents a Day object.

Example

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

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.