Spread Windows Forms 10.0 Product Documentation
DayOfWeekStyle Constructor(String,ReflectTitle,SubStyle,WeekFlags)


The System.String value that indicates the name of the day.
The ReflectToTitle value that indicates a policy for how to apply the SubStyle to the title.
The SubStyle value that indicates the display style.
The WeekFlags value that indicates which week in a month should be applied to the style.
Initializes a new instance of the DayOfWeekStyle class with the specified initialization properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal dayName As String, _
   ByVal reflectToTitle As ReflectTitle, _
   ByVal subStyle As SubStyle, _
   ByVal weekFlags As WeekFlags _
)
'Usage
 
Dim dayName As String
Dim reflectToTitle As ReflectTitle
Dim subStyle As SubStyle
Dim weekFlags As WeekFlags
 
Dim instance As New DayOfWeekStyle(dayName, reflectToTitle, subStyle, weekFlags)
public DayOfWeekStyle( 
   string dayName,
   ReflectTitle reflectToTitle,
   SubStyle subStyle,
   WeekFlags weekFlags
)

Parameters

dayName
The System.String value that indicates the name of the day.
reflectToTitle
The ReflectToTitle value that indicates a policy for how to apply the SubStyle to the title.
subStyle
The SubStyle value that indicates the display style.
weekFlags
The WeekFlags value that indicates which week in a month should be applied to the style.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DayOfWeekStyle Class
DayOfWeekStyle Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.