DayFormattingEventArgs Constructor
In This Topic
Initializes a new instance of the
DayFormattingEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Date, _
ByVal As DayStyle _
)
public DayFormattingEventArgs(
DateTime ,
DayStyle
)
Parameters
- day
- The date of the day.
- dayStyle
- The current style of the day.
See Also