Uses of Class
org.robovm.apple.corefoundation.CFDateFormatterStyle
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFDateFormatterStyle in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFDateFormatterStyle Modifier and Type Method Description CFDateFormatterStyleCFDateFormatter. getDateStyle()CFDateFormatterStyleCFDateFormatter. getTimeStyle()static CFDateFormatterStyleCFDateFormatterStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static CFDateFormatterStyleCFDateFormatterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CFDateFormatterStyle[]CFDateFormatterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corefoundation with parameters of type CFDateFormatterStyle Modifier and Type Method Description static CFDateFormatterCFDateFormatter. create(CFAllocator allocator, CFLocale locale, CFDateFormatterStyle dateStyle, CFDateFormatterStyle timeStyle)static CFDateFormatterCFDateFormatter. create(CFLocale locale, CFDateFormatterStyle dateStyle, CFDateFormatterStyle timeStyle)