CapacitySlot Methods
The CapacitySlot type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckPropertiesRequiredOk | Validates that the required properties are available. |
| Contains | Checks whether a specific date is contained within a date interval. (Inherited from DateTimeInterval.) |
| DateInsideSlot | Check whether a date is part of a capacity slot. |
| DeriveSlot | Creates a new slot with the same properties like the original slot, but with a new start and end time. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| Intersect | Returns the intersection of the current time interval with another interval defined by the start and end time arguments. (Inherited from DateTimeInterval.) |
| MemberwiseClone | (Inherited from Object.) |
| Overlaps | Checks whether there is an overlap between two intervals. (Inherited from DateTimeInterval.) |
| OverlapsExclusive | Checks whether there is an overlap between the two intervals. (Inherited from DateTimeInterval.) |
| ReserveCapacity | |
| SlotAfterDate | Checks whether slot lies after the date. |
| SlotOnlySpansOneDay | Checks whether the slot spans more than one day. |
| ToString | Returns a string that represents this capacity slot object. (Overrides DateTimeInterval.ToString().) |
Community Additions
ADD
Show: