Class ShadowDateIntervalFormat


  • @Implements(value=libcore.icu.DateIntervalFormat.class,
                isInAndroidSdk=false,
                minSdk=19)
    public class ShadowDateIntervalFormat
    extends Object
    • Constructor Detail

      • ShadowDateIntervalFormat

        public ShadowDateIntervalFormat()
    • Method Detail

      • createDateIntervalFormat

        @Implementation(maxSdk=22)
        public static long createDateIntervalFormat​(String skeleton,
                                                    String localeName,
                                                    String tzName)
      • destroyDateIntervalFormat

        @Implementation(maxSdk=22)
        public static void destroyDateIntervalFormat​(long address)
      • formatDateInterval

        @Implementation(maxSdk=22)
        public static String formatDateInterval​(long address,
                                                long fromDate,
                                                long toDate)