last_hour

sets the maximum value of the hour scale (Y-Axis)

number last_hour;

Example

scheduler.config.first_hour = 9;
scheduler.config.last_hour = 18;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

24
Applicable views:Day View, Week View, Units View

Related samples

Details

See also
Back to top