Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.03 KB

Project.Availabilities.Add.md

File metadata and controls

44 lines (25 loc) · 1.03 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Availabilities.Add method (Project)
project-server
Project.Availabilities.Add
4506674e-947b-905b-93bd-73a58281d676
06/08/2017
medium

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

[!includeSupport and feedback]