Search
TimetableSettings.setWorkTimeCellStyle Method
See Also
 






Sets the style of cells in the work time interval.

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

 Syntax

Java  Copy Code

public void setWorkTimeCellStyle (
    Style value
)

 Parameters

value

A Style object specifying the style of the work time cells. This property cannot be null.

 See Also