Search
TimetableSettings.setWorkTimeStartHour Method
See Also
 






Sets the start hour of the work time interval.

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

 Syntax

Java  Copy Code

public void setWorkTimeStartHour (
    Integer value
)

 Parameters

value

An integer value specifying the start of the work time in hours. The allowed values range from 0 to 23. The value cannot be greater than getWorkTimeEndHour. Set to null to use the corresponding value from the current theme.

 Remarks

This property and getWorkTimeEndHour specify the working time period, whose cells are usually displayed in a different style as set in setWorkTimeCellStyle. To use the same style for all cells in the timetable view, set setWorkTimeCellStyle to a new empty Style.

 See Also