Availability Object
Project Developer Reference |
Represents a line from the Resource Availability grid for a resource. The Availability object is a member of the Availabilities collection.
Using the Availability Object
Use Availabilities(Index), where Index is the availability index number, to return a single Availability object. The following example returns the availability information from the first line of the Resource Availability grid for the specified resource.
|
Using the Availabilities Collection
Use the Availabilities property to return an Availabilities collection. The following example displays the range of dates during which the specified resource is available for work.
|
Use the Add method to add an Availability object to the Availabilities collection. The following example adds a line to the Resource Availability grid showing that the specified resource is available only half-time during the month of April.
|
See Also