Search
Recurrence.setDay Method
See Also
 






Sets a value indicating on which day of a week the event occurs.

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

 Syntax

Java  Copy Code

public void setDay (
    DayOfWeekType value
)

 Parameters

value

One of the DayOfWeekType constants.

 Remarks

This value is used when the recurrence getPattern is RecurrencePattern.Monthly or RecurrencePattern.Yearly and getMonthlyRecurrence or getYearlyRecurrence are ByDayType.

 See Also