The Schedule<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Schedule<(Of <(<'T>)>)>()()()() |
Standard constructor.
| |
| Schedule<(Of <(<'T>)>)>(IEnumerable<(Of <<'(PeriodInfo<(Of <<'(T>)>>)>)>>)) |
Constructor accepting enumerable list of periods.
|
Methods
| Name | Description | |
|---|---|---|
| AddPeriod(IEnumerable<(Of <<'(PeriodInfo<(Of <<'(T>)>>)>)>>)) |
Adds time periods to the schedule. Any overlapping periods that
are currently present in the schedule are combined.
| |
| AddPeriod(PeriodInfo<(Of <<'(T>)>>)) |
Adds a time period to the schedule. Any overlapping periods that
are currently present in the schedule are combined.
| |
| AddPeriod(DateTime, DateTime, T) |
Adds a time period to the schedule. Any overlapping periods that
are currently present in the schedule are combined.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Periods()()()() |
The collection of time periods, sorted by start time.
| |
| Periods(Int32, Int32) |
The collection of time periods, sorted by start time, that have an
overlap count that falls between the two given values.
| |
| ToString |
Shows all the periods in the sorted period list.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| AllSortOverlapCount |
The collection of time periods, sorted by lowest to highest
overlap count.
| |
| AllSortOverlapCountDesc |
The collection of time periods, sorted by highest to lowest
overlap count.
| |
| OverlapMax |
The collection of time periods that have the highest overlap count.
| |
| OverlapMin |
The collection of time periods that have the lowest overlap count.
|