Uses of Class
org.robovm.apple.foundation.NSTimeZone
-
Uses of NSTimeZone in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return NSTimeZone Modifier and Type Method Description NSTimeZoneCLPlacemark. getTimeZone() -
Uses of NSTimeZone in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return NSTimeZone Modifier and Type Method Description NSTimeZoneEKCalendarItem. getTimeZone()Methods in org.robovm.apple.eventkit with parameters of type NSTimeZone Modifier and Type Method Description voidEKCalendarItem. setTimeZone(NSTimeZone v) -
Uses of NSTimeZone in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSTimeZone Modifier and Type Method Description static NSTimeZoneNSTimeZone. fromAbbreviation(String abbreviation)static NSTimeZoneNSTimeZone. fromGMTSecondsOffset(long seconds)static NSTimeZoneNSTimeZone. fromName(String tzName)static NSTimeZoneNSTimeZone. fromName(String tzName, NSData aData)static NSTimeZoneNSTimeZone. getDefaultTimeZone()static NSTimeZoneNSTimeZone. getLocalTimeZone()static NSTimeZoneNSTimeZone. getSystemTimeZone()NSTimeZoneNSCalendar. getTimeZone()NSTimeZoneNSDateComponents. getTimeZone()NSTimeZoneNSDateFormatter. getTimeZone()NSTimeZoneNSDateIntervalFormatter. getTimeZone()NSTimeZoneNSISO8601DateFormatter. getTimeZone()NSTimeZoneNSTextCheckingResult. getTimeZone()Methods in org.robovm.apple.foundation with parameters of type NSTimeZone Modifier and Type Method Description booleanNSTimeZone. equalsTo(NSTimeZone aTimeZone)static StringNSISO8601DateFormatter. format(NSDate date, NSTimeZone timeZone, NSISO8601DateFormatOptions formatOptions)static NSTextCheckingResultNSTextCheckingResult. getDateCheckingResult(NSRange range, NSDate date, NSTimeZone timeZone, double duration)static voidNSTimeZone. setDefaultTimeZone(NSTimeZone v)voidNSCalendar. setTimeZone(NSTimeZone v)voidNSDateComponents. setTimeZone(NSTimeZone v)voidNSDateFormatter. setTimeZone(NSTimeZone v)voidNSDateIntervalFormatter. setTimeZone(NSTimeZone v)voidNSISO8601DateFormatter. setTimeZone(NSTimeZone v) -
Uses of NSTimeZone in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSTimeZone Modifier and Type Method Description NSTimeZoneHKMetadata. getTimeZone()Methods in org.robovm.apple.healthkit with parameters of type NSTimeZone Modifier and Type Method Description HKMetadataHKMetadata. setTimeZone(NSTimeZone timeZone) -
Uses of NSTimeZone in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return NSTimeZone Modifier and Type Method Description NSTimeZoneHMTimerTrigger. getTimeZone()Methods in org.robovm.apple.homekit with parameters of type NSTimeZone Modifier and Type Method Description protected longHMTimerTrigger. init(String name, NSDate fireDate, NSTimeZone timeZone, NSDateComponents recurrence, NSCalendar recurrenceCalendar)voidHMTimerTrigger. updateTimeZone(NSTimeZone timeZone, VoidBlock1<NSError> completion)Constructors in org.robovm.apple.homekit with parameters of type NSTimeZone Constructor Description HMTimerTrigger(String name, NSDate fireDate, NSTimeZone timeZone, NSDateComponents recurrence, NSCalendar recurrenceCalendar) -
Uses of NSTimeZone in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return NSTimeZone Modifier and Type Method Description NSTimeZoneMKMapItem. getTimeZone()Methods in org.robovm.apple.mapkit with parameters of type NSTimeZone Modifier and Type Method Description voidMKMapItem. setTimeZone(NSTimeZone v) -
Uses of NSTimeZone in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSTimeZone Modifier and Type Method Description NSTimeZoneUIDatePicker. getTimeZone()NSTimeZoneUILocalNotification. getTimeZone()Deprecated.Methods in org.robovm.apple.uikit with parameters of type NSTimeZone Modifier and Type Method Description voidUIDatePicker. setTimeZone(NSTimeZone v)voidUILocalNotification. setTimeZone(NSTimeZone v)Deprecated. -
Uses of NSTimeZone in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit with parameters of type NSTimeZone Modifier and Type Method Description voidWKInterfaceDate. setTimeZone(NSTimeZone timeZone)