Gets or sets a value indicating the day of the week when the event occurs.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
get day() {} |
One of the DayOfWeekType enumeration values.
RemarksThe property is used when Pattern is set to RecurrencePattern.Monthly orRecurrencePattern.Yearly and the MonthlyRecurrence or YearlyRecurrence propertiesare set to MonthlyRecurrence.ByDayType.
See Also