Search
DayOfWeekStyle Members
Constructors Methods
 


An instance of this class defines how a day of the week should be displayed and formatted.

The following tables list the members exposed by the DayOfWeekStyle type.

 Public Constructors

  Name Description

DayOfWeekStyle

Initializes a new instance of the DayOfWeekStyle class.

 Public Methods

  Name Description

getAllowItems

Gets a value indicating whether the calendar cell for the specified day allows items to be placed or created in it interactively.

getAllowSelect

Gets a value indicating whether the specified day of the week can be selected.

getDayOfWeek

Gets the day of the week to which this DayOfWeekStyle object is assigned.

getPriority

Gets the style priority. If one date has several styles applied to it, only the highest in priority is taken into account.

getStyle

Gets the visualization style of the specified day.

setAllowItems

Sets a value indicating whether the calendar cell for the specified day allows items to be placed or created in it interactively.

setAllowSelect

Sets a value indicating whether the specified day of the week can be selected.

setDayOfWeek

Sets the day of the week to which this DayOfWeekStyle object is assigned.

setPriority

Sets the style priority. If one date has several styles applied to it, only the highest in priority is taken into account.

setStyle

Sets the visualization style of the specified day.

 See Also