[]
Represents the day of the week in month flags.
[Flags]
[TypeConverter(typeof(EmptyValueAllowedEnumConverter))]
public enum DayOfWeekInMonthFlags
<Flags>
<TypeConverter(GetType(EmptyValueAllowedEnumConverter))>
Public Enum DayOfWeekInMonthFlags
Name | Description |
---|---|
All | All of the specified weekdays in a month. |
Fifth | The fifth specified weekday in a month. |
First | The first specified weekday in a month. |
Fourth | The fourth specified weekday in a month. |
Last | The last specified weekday in a month. |
NotSet | The month weekday is not set. |
Second | The second specified weekday in a month. |
Third | The third specified weekday in a month. |