Search
MonthSettings.setDayOfWeekFormat Method
See Also
 






Sets the format of the day names displayed in the week header.

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

 Syntax

Java  Copy Code

public void setDayOfWeekFormat (
    DayOfWeekFormat value
)

 Parameters

value

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

 See Also