Search
Calendar.getDayOfWeekStyles Method
See Also
 






Gets a collection of DayOfWeekStyle objects that allow customizing the appearance of specific days of the week in the calendar.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public DayOfWeekStyleList getDayOfWeekStyles ()

 Return Value

An instance of the DayOfWeekStyleList class.

 Remarks

Add DayOfWeekStyle objects to this collection to specify a distinct style for a day of the week. If several styles are defined for the same day, the one having the highest DayOfWeekStyle.getPriority is used.

 See Also