Enum Weekday
The different days of the week.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[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 |