The Schedule<(Of <(<'T>)>)> type exposes the following members.
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()()()().) |