Day Object
Project Developer Reference |
Represents a day in a month. The Day object is a member of the Days collection.
Example
Using the Day 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 2008 for each selected resource.
Visual Basic for Applications |
---|
|
Using the Days Collection
Use the Days property to return a Days collection. The following example counts the number of working days in the month of September 2008.
Visual Basic for Applications |
---|
|
Visual Basic for Applications |
|
See Also