Uses of Class
org.robovm.apple.foundation.NSDateIntervalFormatterStyle
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSDateIntervalFormatterStyle in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSDateIntervalFormatterStyle Modifier and Type Method Description NSDateIntervalFormatterStyleNSDateIntervalFormatter. getDateStyle()NSDateIntervalFormatterStyleNSDateIntervalFormatter. getTimeStyle()static NSDateIntervalFormatterStyleNSDateIntervalFormatterStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static NSDateIntervalFormatterStyleNSDateIntervalFormatterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static NSDateIntervalFormatterStyle[]NSDateIntervalFormatterStyle. 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 NSDateIntervalFormatterStyle Modifier and Type Method Description voidNSDateIntervalFormatter. setDateStyle(NSDateIntervalFormatterStyle v)voidNSDateIntervalFormatter. setTimeStyle(NSDateIntervalFormatterStyle v)