Availabilities.Add method (Project)

Adds an Availability object to an Availabilities collection.

Syntax

expression.Add (AvailableFrom, AvailableTo, AvailableUnit)

expression A variable that represents an 'Availabilities' object.

Parameters

Name Required/Optional Data type Description
AvailableFrom Required Variant The earliest date the resource is available for work on the project.
AvailableTo Required Variant The latest date the resource is available for work on the project.
AvailableUnit Required Double The unit value for the availability period.

Return value

Availability

See also

Availabilities Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.