Overload List
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.
|