Availabilities.Add Method

Project Developer Reference

Adds an Availability object to 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