Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.6 KB

Assorted.Utils.Dates.Patterns.MonthlyWeekPattern.GetRecurrencesStartingAt.md

File metadata and controls

35 lines (21 loc) · 1.6 KB

MonthlyWeekPattern.GetRecurrencesStartingAt(DateTime) Method

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.

Syntax

public sealed virtual 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. The System.DateTime.TimeOfDay and System.DateTime.Kind of the start date is preserved in the returned dates.

Remarks

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.

See Also


This document is generated by DG.