[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekInMonthFlags

DayOfWeekInMonthFlags Enum

Represents the day of the week in month flags.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[Flags]
[TypeConverter(typeof(EmptyValueAllowedEnumConverter))]
public enum DayOfWeekInMonthFlags
<Flags>
<TypeConverter(GetType(EmptyValueAllowedEnumConverter))>
Public Enum DayOfWeekInMonthFlags

Fields

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.