Search
MonthSettings.setLeadingWeekCount Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setLeadingWeekCount (
    Integer value
)

 Parameters

value

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

 See Also