Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 771 Bytes

Project.WeekDays.Count.md

File metadata and controls

39 lines (22 loc) · 771 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
WeekDays.Count property (Project)
project-server
Project.WeekDays.Count
6343346c-dbfc-b36b-eaf4-ddcc2e6f745d
06/08/2017
medium

WeekDays.Count property (Project)

Gets the number of items in the WeekDays collection. Read-only Integer.

Syntax

expression.Count

expression A variable that represents a 'WeekDays' object.

Example

The following example shows there are seven days in the week for the calendar of the specified resource.

Debug.Print ActiveProject.Resources(1).Calendar.WorkWeeks(1).WeekDays.Count

See also

WeekDays Collection Object

[!includeSupport and feedback]