AvailabilityPeriod

AvailabilityPeriod class

Represents a period when a resource is available.

The AvailabilityPeriod type exposes the following members:

Constructors

NameDescription
AvailabilityPeriod()Initializes a new instance of the AvailabilityPeriod.
AvailabilityPeriod(available_from, available_to, available_units)Initializes a new instance of the AvailabilityPeriod with the specified date range and available units.

Properties

NameDescription
available_fromGets or sets the date when a resource becomes available for the specified period.
available_toGets or sets the last date when a resource is available for the specified period.
available_unitsGets or sets the percentage of a resource which is available during the specified period.

See Also