Uses of Class
org.robovm.apple.eventkit.EKRecurrenceRule
| Package | Description |
|---|---|
| org.robovm.apple.eventkit | |
| org.robovm.apple.intents |
-
Uses of EKRecurrenceRule in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return types with arguments of type EKRecurrenceRule Modifier and Type Method Description NSArray<EKRecurrenceRule>EKCalendarItem. getRecurrenceRules()Methods in org.robovm.apple.eventkit with parameters of type EKRecurrenceRule Modifier and Type Method Description voidEKCalendarItem. addRecurrenceRule(EKRecurrenceRule rule)voidEKCalendarItem. removeRecurrenceRule(EKRecurrenceRule rule)Method parameters in org.robovm.apple.eventkit with type arguments of type EKRecurrenceRule Modifier and Type Method Description voidEKCalendarItem. setRecurrenceRules(NSArray<EKRecurrenceRule> v) -
Uses of EKRecurrenceRule in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return EKRecurrenceRule Modifier and Type Method Description EKRecurrenceRuleINDateComponentsRange. EKRecurrenceRule()Methods in org.robovm.apple.intents with parameters of type EKRecurrenceRule Modifier and Type Method Description protected longINDateComponentsRange. init(EKRecurrenceRule recurrenceRule)Constructors in org.robovm.apple.intents with parameters of type EKRecurrenceRule Constructor Description INDateComponentsRange(EKRecurrenceRule recurrenceRule)