Days Collection Object
Project Developer Reference |
Contains a collection of Day objects.
Example
Using the Days Collection Object
Use Days(Index), where Index is the day index number or PjWeekday constant, to return a single Day object. The following example counts the number of working days in the month of September 2002 for each selected resource.
Visual Basic for Applications |
---|
|
Getting the Days Collection Object.
Use the Days property to return a Days collection. The following example counts the number of days in the month of September 2002.
Visual Basic for Applications |
---|
|
See Also