Search
MonthSettings.setTrailingWeekCount Method
See Also
 






Sets the number of full weeks to display from the next month.

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

 Syntax

Java  Copy Code

public void setTrailingWeekCount (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the number of weeks to display after the selected month. Set to null to use the corresponding value from the current theme.

 See Also