Gets a value indicating on which day of a week the event occurs.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public DayOfWeekType getDay () |
One of the DayOfWeekType constants.
RemarksThis value is used when the recurrence getPattern is RecurrencePattern.Monthly or RecurrencePattern.Yearly and getMonthlyRecurrence or getYearlyRecurrence are ByDayType.
See Also