Search
WeekRangeSettings.setDayOfWeekFormat Method
See Also
 






Sets the display format of the names of the days of the week.

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

 Syntax

Java  Copy Code

public void setDayOfWeekFormat (
    DayOfWeekFormat value
)

 Parameters

value

One of the DayOfWeekFormat constants. Set to null to use the corresponding value from the current theme.

 See Also