📅  最后修改于: 2023-12-03 15:32:19.477000             🧑  作者: Mango
getSelection()
方法是jQWidgets jqxScheduler插件中的一种方法,用于获取当前选定的日期范围或时间区间。该方法可以帮助程序员更方便地操作日程安排和时间表。
getSelection():any;
getSelection()
方法返回一个对象,该对象包含以下属性:
from
:Date类型,选定范围的起始日期或时间。to
:Date类型,选定范围的结束日期或时间。// 获取当前选定的日期范围或时间区间
var selection = $('#scheduler').jqxScheduler('getSelection');
// 在控制台中打印选定的日期范围或时间区间
console.log(`从 ${selection.from.toLocaleDateString()} 到 ${selection.to.toLocaleDateString()}`);
setSelection()
方法来设置选定范围。