Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.46 KB

Assorted.Utils.Dates.DayOfWeekExtensions.AsEnumerable.md

File metadata and controls

35 lines (21 loc) · 1.46 KB

DayOfWeekExtensions.AsEnumerable(this DaysOfTheWeek) Method

Namespace: Assorted.Utils.Dates
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0

Converts the days in a DaysOfTheWeek value to a sequence of System.DayOfWeek values.

Syntax

public static IEnumerable<DayOfWeek> AsEnumerable(this DaysOfTheWeek source)

Parameters

source: DaysOfTheWeek
The days of the week.

Return Value

IEnumerable<DayOfWeek>
An System.Collections.Generic.IEnumerable<T> that contains System.DayOfWeek values found in the source DaysOfTheWeek value.

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.