MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.getSelection Method
See Also
 





Gets the current time selection.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getSelection ()

 Return Value

Type: Object
Object, containing the start and end time of the current selection.

 Remarks

The returned object has the following structure: {start: DateTime, end: DateTime}.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace