Search
MonthSettings.getShowDayOfWeek Method
See Also
 






Gets a value indicating whether the day names are displayed in the month's header.

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

 Syntax

Java  Copy Code

public Boolean getShowDayOfWeek ()

 Return Value

true to display day names; otherwise, false.

 Remarks

The day names are obtained from the DateTimeInfo object returned by Calendar.getDateTimeInfo.

 See Also