Table of Contents
DayOfWeekFlags Enumeration

Specifies the day of the week.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum DayOfWeekFlags
Members
Member Name Description Value
Sunday Indicates Sunday. 1
Monday Indicates Monday. 2
Tuesday Indicates Tuesday. 4
Wednesday Indicates Wednesday. 8
Thursday Indicates Thursday. 16
Friday Indicates Friday. 32
Saturday Indicates Saturday. 64
None 0
See Also