Methods
Name | Description | |
---|---|---|
Interval(TimeSpan) |
Returns the interval from the specific time to the next occurance of the time on one the next matching day or the same day if no days are provided.
| |
Interval(DateTime, TimeSpan) |
Returns the interval from the specific time to the next occurance of the time on one the next matching day or the same day if no days are provided.
| |
Interval(TimeSpan, IEnumerable<(Of <<'(DayOfWeek>)>>)) |
Returns the interval from the specific time to the next occurance of the time on one the next matching day or the same day if no days are provided.
| |
Interval(DateTime, TimeSpan, IEnumerable<(Of <<'(DayOfWeek>)>>)) |
Returns the interval from the specific time to the next occurance of the time on one the next matching day or the same day if no days are provided.
| |
Next(TimeSpan) |
Returns the date and time of the next occurance from the specific time to the time on one the next matching day or the same day if no days are provided.
| |
Next(DateTime, TimeSpan) |
Returns the date and time of the next occurance from the specific time to the time on one the next matching day or the same day if no days are provided.
| |
Next(DateTime, TimeSpan, IEnumerable<(Of <<'(DayOfWeek>)>>)) |
Returns the date and time of the next occurance from the specific time to the time on one the next matching day or the same day if no days are provided.
|