Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 711 Bytes

Project.WeekDay.Count.md

File metadata and controls

33 lines (20 loc) · 711 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
WeekDay.Count property (Project)
project-server
Project.WeekDay.Count
91828803-9d2f-a7ea-f917-f1e26147f177
06/08/2017
medium

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

[!includeSupport and feedback]