Search
Recurrence.getStartDate Method
See Also
 






Gets when the recurring event should occur for the first time.

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

 Syntax

Java  Copy Code

public DateTime getStartDate ()

 Return Value

A DateTime object specifying the recurrence start date.

 Remarks

The time properties set in a recurrence object override the time properties of a schedule item to which the recurrence is assigned. The Calendar component displays "occurrence" items corresponding to the recurring master item. The first occurrence is displayed in the date cell specified in this property.

 See Also