Month Object
Project Developer Reference |
Represents a month in a year. The Month object is a member of the Months collection.
Example
Using the Month Object
Use Months(Index), where Index is the month index number, month name, or PjMonth constant, to return a single Month object. The following example counts the number of working days in each month of 2007 for each selected resource.
Visual Basic for Applications |
---|
|
Using the Months Collection
Use the Months property to return a Months collection. The following example counts the number of months in 2007.
Visual Basic for Applications |
---|
|
See Also