Interval Method

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodStatic memberInterval(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.
Public methodStatic memberInterval(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.
Public methodStatic memberInterval(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.
Public methodStatic memberInterval(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.

See Also