Search
Calendar.getRescheduleRecurrenceKey Method
See Also
 






Gets the modifier key, which when pressed allows users to interactively reschedule recurrent items.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public int getRescheduleRecurrenceKey ()

 Return Value

One of the KeyEvent constants. The default is 0.

 Remarks

If the user drags a recurrent item when the key specified as a value of this property is pressed, the recurrence is automatically adjusted to match the new item location. Recurrence rescheduling is not recorded in the undo history.

 See Also