Search
Recurrence.getDay Method
See Also
 






Gets 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 DayOfWeekType getDay ()

 Return 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