Platforms to show: All Mac Windows Linux Cross-Platform
EKRecurrenceDayOfWeekMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Calendar | MBS Mac64bit Plugin | 15.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
A day of the week can optionally have a week number, indicating a specific day in the recurrence rule’s frequency. For example, a day of the week with a day value of Tuesday and a week number of 2 would represent the second Tuesday of every month in a monthly recurrence rule, and the second Tuesday of every year in a yearly recurrence rule. A day of the week with a week number of 0 ignores its week number.
- 3 properties
- property dayOfTheWeek as Integer
- property Handle as Integer
- property weekNumber as Integer
- 3 methods
- method Constructor(dayOfTheWeek as Integer)
- method Constructor(dayOfTheWeek as Integer, weekNumber as Integer)
- method copy as EKRecurrenceDayOfWeekMBS
- 2 shared methods
- 7 constants
Days
Constant | Value | Description |
---|---|---|
kFriday | 6 |
Friday |
kMonday | 2 |
Monday |
kSaturday | 7 |
Saturday |
kSunday | 1 |
Sunday |
kThursday | 5 |
Thursday |
kTuesday | 3 |
Tuesday |
kWednesday | 4 |
Wednesday |
This class has no sub classes.
Some methods using this class:
- EKRecurrenceRuleMBS.Constructor(type as Integer, interval as Integer, days() as EKRecurrenceDayOfWeekMBS, monthDays() as Integer, months() as Integer, weeksOfTheYear() as Integer, daysOfTheYear() as Integer, setPositions() as Integer, end as EKRecurrenceEndMBS = nil)
- EKRecurrenceRuleMBS.daysOfTheWeek as EKRecurrenceDayOfWeekMBS()
Blog Entries
Release notes
- Version 21.0
- Changed daysOfTheWeek in EKRecurrenceRuleMBS class to return array of EKRecurrenceDayOfWeekMBS objects.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
EKParticipantMBS - EKRecurrenceEndMBS