Package apple.foundation.enums
Class NSDateComponentsFormatterUnitsStyle
- java.lang.Object
-
- apple.foundation.enums.NSDateComponentsFormatterUnitsStyle
-
public final class NSDateComponentsFormatterUnitsStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAbbreviated"1h 10m"static longBrief"1hr 10min" - Brief is shorter than Short (e.g. in English, it removes the comma)static longFull"1 hour, 10 minutes"static longPositional"1:10; may fall back to abbreviated units in some cases, e.g. 3d"static longShort"1 hr, 10 min"static longSpellOut"One hour, ten minutes"
-
-
-
Field Detail
-
Positional
public static final long Positional
"1:10; may fall back to abbreviated units in some cases, e.g. 3d"- See Also:
- Constant Field Values
-
Abbreviated
public static final long Abbreviated
"1h 10m"- See Also:
- Constant Field Values
-
Short
public static final long Short
"1 hr, 10 min"- See Also:
- Constant Field Values
-
Full
public static final long Full
"1 hour, 10 minutes"- See Also:
- Constant Field Values
-
SpellOut
public static final long SpellOut
"One hour, ten minutes"- See Also:
- Constant Field Values
-
Brief
public static final long Brief
"1hr 10min" - Brief is shorter than Short (e.g. in English, it removes the comma)- See Also:
- Constant Field Values
-
-