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
The EKRecurrenceDayOfWeek class represents a day of the week for use with an EKRecurrenceRule object.

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
  • 3 methods
    • method Constructor(dayOfTheWeek as Integer)
    • method Constructor(dayOfTheWeek as Integer, weekNumber as Integer)
    • method copy as EKRecurrenceDayOfWeekMBS
  • 2 shared methods
    • shared method dayOfWeek(dayOfTheWeek as Integer) as EKRecurrenceDayOfWeekMBS
    • shared method dayOfWeek(dayOfTheWeek as Integer, weekNumber as Integer) as EKRecurrenceDayOfWeekMBS
  • 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:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS Mac64bit Plugin.


EKParticipantMBS   -   EKRecurrenceEndMBS


The biggest plugin in space...