public final class NSDateComponentsFormatterUnitsStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Abbreviated
"1h 10m"
|
static long |
Brief
"1hr 10min" - Brief is shorter than Short (e.g.
|
static long |
Full
"1 hour, 10 minutes"
|
static long |
Positional
"1:10; may fall back to abbreviated units in some cases, e.g.
|
static long |
Short
"1 hr, 10 min"
|
static long |
SpellOut
"One hour, ten minutes"
|
public static final long Positional
public static final long Abbreviated
public static final long Short
public static final long Full
public static final long SpellOut
public static final long Brief