Namespace: Assorted.Utils.Dates.Patterns
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Returns the sequence of recurring dates, starting at a given System.DateTime
value.
public sealed virtual 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. The System.DateTime.TimeOfDay
and System.DateTime.Kind
of the start
date is preserved in the returned dates.
This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action.
This document is generated by DG.