The Schedule<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAddPeriod(IEnumerable<(Of <<'(PeriodInfo<(Of <<'(T>)>>)>)>>))
Adds time periods to the schedule. Any overlapping periods that are currently present in the schedule are combined.
Public methodAddPeriod(PeriodInfo<(Of <<'(T>)>>))
Adds a time period to the schedule. Any overlapping periods that are currently present in the schedule are combined.
Public methodAddPeriod(DateTime, DateTime, T)
Adds a time period to the schedule. Any overlapping periods that are currently present in the schedule are combined.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeriods()()()()
The collection of time periods, sorted by start time.
Public methodPeriods(Int32, Int32)
The collection of time periods, sorted by start time, that have an overlap count that falls between the two given values.
Public methodToString
Shows all the periods in the sorted period list.
(Overrides Object..::..ToString()()()().)

See Also