Package org.robolectric.shadows
Class ShadowDateIntervalFormat
- java.lang.Object
-
- org.robolectric.shadows.ShadowDateIntervalFormat
-
@Implements(value=libcore.icu.DateIntervalFormat.class, isInAndroidSdk=false, minSdk=19) public class ShadowDateIntervalFormat extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowDateIntervalFormat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longcreateDateIntervalFormat(java.lang.String skeleton, java.lang.String localeName, java.lang.String tzName)static voiddestroyDateIntervalFormat(long address)static java.lang.StringformatDateInterval(long address, long fromDate, long toDate)
-
-
-
Method Detail
-
createDateIntervalFormat
@Implementation(maxSdk=22) public static long createDateIntervalFormat(java.lang.String skeleton, java.lang.String localeName, java.lang.String tzName)
-
destroyDateIntervalFormat
@Implementation(maxSdk=22) public static void destroyDateIntervalFormat(long address)
-
formatDateInterval
@Implementation(maxSdk=22) public static java.lang.String formatDateInterval(long address, long fromDate, long toDate)
-
-