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
SyntaxJava
Copy Code
|
|---|
public DayOfWeekStyleList getDayOfWeekStyles () |
An instance of the DayOfWeekStyleList class.
RemarksAdd 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