Overload List

  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.

See Also