Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.11 KB

Assorted.Utils.Dates.IRecurrentPattern.GetRecurrencesStartingAt.md

File metadata and controls

31 lines (19 loc) · 1.11 KB

IRecurrentPattern.GetRecurrencesStartingAt(DateTime) Method

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.

Syntax

IEnumerable<DateTime> GetRecurrencesStartingAt(DateTime start)

Parameters

start: DateTime
The date when the recurring pattern starts.

Return Value

IEnumerable<DateTime>
An System.Collections.Generic.IEnumerable<T> that contains the recurrent dates.

See Also


This document is generated by DG.