Uses of Class
org.robovm.apple.foundation.NSDateFormatterStyle
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSDateFormatterStyle in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSDateFormatterStyle Modifier and Type Method Description NSDateFormatterStyleNSDateFormatter. getDateStyle()NSDateFormatterStyleNSDateFormatter. getTimeStyle()static NSDateFormatterStyleNSDateFormatterStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static NSDateFormatterStyleNSDateFormatterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static NSDateFormatterStyle[]NSDateFormatterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSDateFormatterStyle Modifier and Type Method Description static StringNSDateFormatter. format(NSDate date, NSDateFormatterStyle dstyle, NSDateFormatterStyle tstyle)voidNSDateFormatter. setDateStyle(NSDateFormatterStyle v)voidNSDateFormatter. setTimeStyle(NSDateFormatterStyle v)