CapacitySlot Methods

The CapacitySlot type exposes the following members.

  NameDescription
Protected method CheckPropertiesRequiredOk Validates that the required properties are available.
Public method Contains Checks whether a specific date is contained within a date interval. (Inherited from DateTimeInterval.)
Public method DateInsideSlot Check whether a date is part of a capacity slot.
Public method DeriveSlot Creates a new slot with the same properties like the original slot, but with a new start and end time.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Intersect Returns the intersection of the current time interval with another interval defined by the start and end time arguments. (Inherited from DateTimeInterval.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Overlaps Checks whether there is an overlap between two intervals. (Inherited from DateTimeInterval.)
Public method OverlapsExclusive Checks whether there is an overlap between the two intervals. (Inherited from DateTimeInterval.)
Public method ReserveCapacity
Public method SlotAfterDate Checks whether slot lies after the date.
Public method SlotOnlySpansOneDay Checks whether the slot spans more than one day.
Public method ToString Returns a string that represents this capacity slot object. (Overrides DateTimeInterval.ToString().)
Top

Community Additions

ADD
Show: