Uses of Class
org.robovm.apple.foundation.NSDateFormatterBehavior
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSDateFormatterBehavior in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSDateFormatterBehavior Modifier and Type Method Description static NSDateFormatterBehaviorNSDateFormatter. getDefaultFormatterBehavior()NSDateFormatterBehaviorNSDateFormatter. getFormatterBehavior()static NSDateFormatterBehaviorNSDateFormatterBehavior. valueOf(long n)Returns the enum constant of this type with the specified name.static NSDateFormatterBehaviorNSDateFormatterBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static NSDateFormatterBehavior[]NSDateFormatterBehavior. 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 NSDateFormatterBehavior Modifier and Type Method Description static voidNSDateFormatter. setDefaultFormatterBehavior(NSDateFormatterBehavior v)voidNSDateFormatter. setFormatterBehavior(NSDateFormatterBehavior v)