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.
public static IEnumerable<DayOfWeek> AsEnumerable(this DaysOfTheWeek source)
source
: DaysOfTheWeek
The days of the week.
IEnumerable<DayOfWeek>
An System.Collections.Generic.IEnumerable<T>
that contains System.DayOfWeek
values found in the source DaysOfTheWeek
value.
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.