Uses of Class
org.robovm.apple.corefoundation.CFTimeZone
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFTimeZone in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFTimeZone Modifier and Type Method Description static CFTimeZoneCFTimeZone. create(double ti)static CFTimeZoneCFTimeZone. create(String name, boolean tryAbbrev)static CFTimeZoneCFTimeZone. create(String name, CFData data)static CFTimeZoneCFTimeZone. create(CFAllocator allocator, double ti)static CFTimeZoneCFTimeZone. create(CFAllocator allocator, String name, boolean tryAbbrev)static CFTimeZoneCFTimeZone. create(CFAllocator allocator, String name, CFData data)static CFTimeZoneCFTimeZone. getDefault()static CFTimeZoneCFTimeZone. getSystem()CFTimeZoneCFCalendar. getTimeZone()Methods in org.robovm.apple.corefoundation with parameters of type CFTimeZone Modifier and Type Method Description static doubleCFDate. addGregorianUnitsToAbsoluteTime(double at, CFTimeZone tz, CFGregorianUnits units)Deprecated.Deprecated in iOS 8.0.static CFGregorianDateCFGregorianDate. fromAbsoluteTime(double at, CFTimeZone tz)Deprecated.Deprecated in iOS 8.0.doubleCFGregorianDate. getAbsoluteTime(CFTimeZone tz)Deprecated.Deprecated in iOS 8.0.static CFGregorianUnitsCFDate. getAbsoluteTimeDifferenceAsGregorianUnits(double at1, double at2, CFTimeZone tz, CFGregorianUnitFlags unitFlags)Deprecated.Deprecated in iOS 8.0.static intCFDate. getDayOfWeekFromAbsoluteTime(double at, CFTimeZone tz)Deprecated.Deprecated in iOS 8.0.static intCFDate. getDayOfYearFromAbsoluteTime(double at, CFTimeZone tz)Deprecated.Deprecated in iOS 8.0.static intCFDate. getWeekOfYearFromAbsoluteTime(double at, CFTimeZone tz)Deprecated.Deprecated in iOS 8.0.static voidCFTimeZone. setDefault(CFTimeZone tz)voidCFCalendar. setTimeZone(CFTimeZone tz)