agenda_end
Description
定义显示事件的截止日期
agenda_end: Date
Example
scheduler.config.agenda_start = new Date(2012, 7, 1);
scheduler.config.agenda_end = new Date(2014, 7, 1);
...
scheduler.init('scheduler_here', new Date(2013, 0, 10), "agenda");
Default value: 默认为 'agenda_start' 之后一年(值)
Applicable views: Agenda view
Related samples
Details
注释
该设置仅在启用 agenda_view 插件时有效。
Related API
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.