Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 691 Bytes

Project.Day.Count.md

File metadata and controls

33 lines (20 loc) · 691 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Day.Count property (Project)
project-server
Project.Day.Count
2f5c33fb-b744-6c50-5337-da693d93f28b
06/08/2017
medium

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

[!includeSupport and feedback]