Package apple.foundation.enums
Class NSRelativeDateTimeFormatterUnitsStyle
- java.lang.Object
-
- apple.foundation.enums.NSRelativeDateTimeFormatterUnitsStyle
-
public final class NSRelativeDateTimeFormatterUnitsStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAbbreviated"2 mo. ago"; might give different results in languages other than Englishstatic longFull"2 months ago"static longShort"2 mo. ago"static longSpellOut"two months ago"
-
-
-
Field Detail
-
Full
public static final long Full
"2 months ago"- See Also:
- Constant Field Values
-
SpellOut
public static final long SpellOut
"two months ago"- See Also:
- Constant Field Values
-
Short
public static final long Short
"2 mo. ago"- See Also:
- Constant Field Values
-
Abbreviated
public static final long Abbreviated
"2 mo. ago"; might give different results in languages other than English- See Also:
- Constant Field Values
-
-