[]
Initializes a new instance of the DayOfWeekStyle class.
public DayOfWeekStyle()
Public Sub New()
Initializes a new instance of the DayOfWeekStyle class with the specified initialization properties.
public DayOfWeekStyle(string dayName, ReflectTitle reflectToTitle, SubStyle subStyle, WeekFlags weekFlags)
Public Sub New(dayName As String, reflectToTitle As ReflectTitle, subStyle As SubStyle, weekFlags As WeekFlags)
Type | Name | Description |
---|---|---|
string | dayName | The string value that indicates the name of the day. |
ReflectTitle | reflectToTitle | The ReflectToTitle value that indicates a policy for how to apply the SubStyle to the title. |
SubStyle | subStyle | The SubStyle value that indicates the display style. |
WeekFlags | weekFlags | The WeekFlags value that indicates which week in a month should be applied to the style. |