Namespace: Assorted.Utils.Dates
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Returns the sequence of recurring dates, starting at a given System.DateTime
value.
IEnumerable<DateTime> GetRecurrencesStartingAt(DateTime start)
start
: DateTime
The date when the recurring pattern starts.
IEnumerable<DateTime>
An System.Collections.Generic.IEnumerable<T>
that contains the recurrent dates.
This document is generated by DG.