Search
SelectionEventArgs.endTime Property
See Also
 






Gets the end time of the selection.

Namespace: MindFusion.Scheduling
Assembly: EventArgs.js

 Syntax

JavaScript  Copy Code

get endTime() {}
set endTime(value) {}

 Property Value

A DateTime instance.

 See Also