Occurance Methods

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

Methods

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

See Also