Class NSRelativeDateTimeFormatter

  • All Implemented Interfaces:
    NSCoding, NSCopying, NSObject

    public class NSRelativeDateTimeFormatter
    extends NSFormatter
    NSRelativeDateTimeFormatter provides locale-aware formatting of a relative date or time, such as "1 hour ago", "in 2 weeks", "yesterday", and "tomorrow." Note that the string produced by the formatter should only be used in a standalone manner as it may not be grammatically correct to embed the string in longer strings.
    • Constructor Detail

      • NSRelativeDateTimeFormatter

        protected NSRelativeDateTimeFormatter​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • calendar

        public NSCalendar calendar()
        Specifies the calendar to use for formatting values that do not have an inherent calendar of their own. Defaults to autoupdatingCurrentCalendar. Also resets to autoupdatingCurrentCalendar on assignment of nil.
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • dateTimeStyle

        public long dateTimeStyle()
        Specifies how to describe a relative date. For example, "yesterday" vs "1 day ago" in English. Default is NSRelativeDateTimeFormatterStyleNumeric.
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • formattingContext

        public long formattingContext()
        Specifies the formatting context of the output. Default is NSFormattingContextUnknown.
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • locale

        public NSLocale locale()
        Specifies the locale of the output string. Defaults to and resets on assignment of nil to the calendar's locale.
      • localizedStringForDateRelativeToDate

        public java.lang.String localizedStringForDateRelativeToDate​(NSDate date,
                                                                     NSDate referenceDate)
        Formats the date interval from the reference date to the given date using the formatter's calendar.
      • localizedStringFromDateComponents

        public java.lang.String localizedStringFromDateComponents​(NSDateComponents dateComponents)
        Convenience method for formatting a relative time represented by an NSDateComponents object. Negative component values are evaluated as a date in the past. This method formats the value of the least granular unit in the NSDateComponents object, and does not provide a compound format of the date component. Note this method only supports the following components: year, month, week of month, day, hour, minute, and second. The rest will be ignored.
      • localizedStringFromTimeInterval

        public java.lang.String localizedStringFromTimeInterval​(double timeInterval)
        Convenience method for formatting a time interval using the formatter's calendar. Negative time interval is evaluated as a date in the past.
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setCalendar

        public void setCalendar​(NSCalendar value)
        Specifies the calendar to use for formatting values that do not have an inherent calendar of their own. Defaults to autoupdatingCurrentCalendar. Also resets to autoupdatingCurrentCalendar on assignment of nil.
      • setDateTimeStyle

        public void setDateTimeStyle​(long value)
        Specifies how to describe a relative date. For example, "yesterday" vs "1 day ago" in English. Default is NSRelativeDateTimeFormatterStyleNumeric.
      • setFormattingContext

        public void setFormattingContext​(long value)
        Specifies the formatting context of the output. Default is NSFormattingContextUnknown.
      • setLocale

        public void setLocale​(NSLocale value)
        Specifies the locale of the output string. Defaults to and resets on assignment of nil to the calendar's locale.
      • setUnitsStyle

        public void setUnitsStyle​(long value)
        Specifies how to format the quantity or the name of the unit. For example, "1 day ago" vs "one day ago" in English. Default is NSRelativeDateTimeFormatterUnitsStyleFull.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • stringForObjectValue

        public java.lang.String stringForObjectValue​(java.lang.Object obj)
        Inherited from NSFormatter. 'obj' must be an instance of NSDate. Returns nil otherwise. When formatting a relative date using this method, the class uses -[NSDate date] as the reference date.
        Overrides:
        stringForObjectValue in class NSFormatter
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • unitsStyle

        public long unitsStyle()
        Specifies how to format the quantity or the name of the unit. For example, "1 day ago" vs "one day ago" in English. Default is NSRelativeDateTimeFormatterUnitsStyleFull.
      • version_static

        public static long version_static()