MindFusion.Java Package Programmer's Guide
DateStyle.getPriority Method
See Also
 






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

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

 Syntax

Java  Copy Code

public int getPriority ()

 Return Value

An integer value specifying the priority of this style.

 Remarks

When a time cell is included in the time intervals of several DateStyle or DayOfWeekStyle objects, the style that has the highest priority is used.

 See Also

DateStyle Members
DateStyle Class
com.mindfusion.scheduling Namespace