AvailabilityPeriod
AvailabilityPeriod class
Represents a period when a resource is available.
public class AvailabilityPeriod
Constructors
Properties
Name |
Description |
AvailableFrom { get; set; } |
Gets or sets the date when a resource becomes available for the specified period. |
AvailableTo { get; set; } |
Gets or sets the last date when a resource is available for the specified period. |
AvailableUnits { get; set; } |
Gets or sets the percentage of a resource which is available during the specified period. |
See Also