EssentialsWeek.GetEnumerator method
Version 1.1.28
                .NET Framework 4.8
            | Namespace | Skybrud.Essentials.Time | 
|---|---|
| Assembly | Skybrud.Essentials.dll | 
GetEnumerator()
Virtual
                    Returns an enumerator that iterates through the days of the week.
public virtual IEnumerator<T> GetEnumerator()
Returns
                            IEnumerator<
                            T>
                        An enumerator that can be used to iterate through the days of the week.
