Uses of Class
org.robovm.apple.eventkit.EKWeekday
| Package | Description |
|---|---|
| org.robovm.apple.eventkit |
-
Uses of EKWeekday in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return EKWeekday Modifier and Type Method Description EKWeekdayEKRecurrenceDayOfWeek. getDayOfTheWeek()static EKWeekdayEKWeekday. valueOf(long n)Returns the enum constant of this type with the specified name.static EKWeekdayEKWeekday. valueOf(String name)Returns the enum constant of this type with the specified name.static EKWeekday[]EKWeekday. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.eventkit with parameters of type EKWeekday Modifier and Type Method Description protected static longEKRecurrenceDayOfWeek. create(EKWeekday dayOfTheWeek)protected longEKRecurrenceDayOfWeek. init(EKWeekday dayOfTheWeek, long weekNumber)Constructors in org.robovm.apple.eventkit with parameters of type EKWeekday Constructor Description EKRecurrenceDayOfWeek(EKWeekday dayOfTheWeek)EKRecurrenceDayOfWeek(EKWeekday dayOfTheWeek, long weekNumber)