Class NSRelativeDateTimeFormatterStyle


  • public final class NSRelativeDateTimeFormatterStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Named
      “yesterday”, "2 days ago", "last week", "next week"; falls back to the numeric style if no name is available
      static long Numeric
      "1 day ago", "2 days ago", "1 week ago", "in 1 week"
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Numeric

        public static final long Numeric
        "1 day ago", "2 days ago", "1 week ago", "in 1 week"
        See Also:
        Constant Field Values
      • Named

        public static final long Named
        “yesterday”, "2 days ago", "last week", "next week"; falls back to the numeric style if no name is available
        See Also:
        Constant Field Values