Search
Recurrence.day Property
See Also
 






Gets or sets a value indicating the day of the week when the event occurs.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

get day() {}
set day(value) {}

 Property Value

One of the DayOfWeekType enumeration values.

 Remarks

The property is used when Pattern is set to RecurrencePattern.Monthly orRecurrencePattern.Yearly and the MonthlyRecurrence or YearlyRecurrence propertiesare set to MonthlyRecurrence.ByDayType.

 See Also