Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum Weekday

The different days of the week.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Flags]
public enum Weekday
Remarks

The difference between this enum and System.DayOfWeek is that this is a flags enum.

Fields

Name Description
Friday

Friday

Monday

Monday

None

No day selected

Saturday

Saturday

Sunday

Sunday

Thursday

Thursday

Tuesday

Tuesday

Wednesday

Wednesday

Extension Methods