Uses of Class
org.robovm.apple.foundation.NSCalendar
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.healthkit | |
| org.robovm.apple.homekit | |
| org.robovm.apple.uikit | |
| org.robovm.apple.watchkit |
-
Uses of NSCalendar in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSCalendar Modifier and Type Method Description static NSCalendarNSCalendar. getAutoupdatingCurrentCalendar()NSCalendarNSDateComponents. getCalendar()NSCalendarNSDateComponentsFormatter. getCalendar()NSCalendarNSDateFormatter. getCalendar()NSCalendarNSDateIntervalFormatter. getCalendar()NSCalendarNSRelativeDateTimeFormatter. getCalendar()static NSCalendarNSCalendar. getCurrentCalendar()Methods in org.robovm.apple.foundation with parameters of type NSCalendar Modifier and Type Method Description booleanNSDateComponents. isValidDateInCalendar(NSCalendar calendar)voidNSDateComponents. setCalendar(NSCalendar v)voidNSDateComponentsFormatter. setCalendar(NSCalendar v)voidNSDateFormatter. setCalendar(NSCalendar v)voidNSDateIntervalFormatter. setCalendar(NSCalendar v)voidNSRelativeDateTimeFormatter. setCalendar(NSCalendar v) -
Uses of NSCalendar in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit with parameters of type NSCalendar Modifier and Type Method Description NSDateComponentsHKActivitySummary. dateComponentsForCalendar(NSCalendar calendar) -
Uses of NSCalendar in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return NSCalendar Modifier and Type Method Description NSCalendarHMTimerTrigger. getRecurrenceCalendar()Methods in org.robovm.apple.homekit with parameters of type NSCalendar Modifier and Type Method Description protected longHMTimerTrigger. init(String name, NSDate fireDate, NSTimeZone timeZone, NSDateComponents recurrence, NSCalendar recurrenceCalendar)Constructors in org.robovm.apple.homekit with parameters of type NSCalendar Constructor Description HMTimerTrigger(String name, NSDate fireDate, NSTimeZone timeZone, NSDateComponents recurrence, NSCalendar recurrenceCalendar) -
Uses of NSCalendar in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSCalendar Modifier and Type Method Description NSCalendarUIDatePicker. getCalendar()NSCalendarUILocalNotification. getRepeatCalendar()Deprecated.Methods in org.robovm.apple.uikit with parameters of type NSCalendar Modifier and Type Method Description voidUIDatePicker. setCalendar(NSCalendar v)voidUILocalNotification. setRepeatCalendar(NSCalendar v)Deprecated. -
Uses of NSCalendar in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit with parameters of type NSCalendar Modifier and Type Method Description voidWKInterfaceDate. setCalendar(NSCalendar calendar)