Sets a value indicating whether the day names are displayed in the month's header.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public void setShowDayOfWeek ( |
true to display day names; otherwise, false. Set to null to use the corresponding value from the current theme.
RemarksThe day names are obtained from the DateTimeInfo object returned by Calendar.getDateTimeInfo.
See Also