MindFusion.Java Package Programmer's Guide
Calendar.getMonthStyles Method
See Also
 






Gets a collection of DateStyle objects that allow customizing the appearance of specific months in the calendar.

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

 Syntax

Java  Copy Code

public DateStyleList getMonthStyles ()

 Return Value

An instance of the DateStyleList class.

 Remarks

Use this collection to assign a distinct style to a month or a range of months, overriding the default style of the current view. If there are several styles defined for the same month, the one with highest DateStyle.getPriority is used.

 See Also

Calendar Members
Calendar Class
com.mindfusion.scheduling Namespace