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 Object
-
Constructor Summary
Constructors Constructor Description ShadowDateIntervalFormat()
-
Method Summary
Modifier and Type Method Description static long
createDateIntervalFormat(String skeleton, String localeName, String tzName)
static void
destroyDateIntervalFormat(long address)
static String
formatDateInterval(long address, long fromDate, long toDate)
-
Constructor Details
-
ShadowDateIntervalFormat
public ShadowDateIntervalFormat()
-
-
Method Details
-
createDateIntervalFormat
@Implementation(maxSdk=22) public static long createDateIntervalFormat(String skeleton, String localeName, String tzName) -
destroyDateIntervalFormat
-
formatDateInterval
@Implementation(maxSdk=22) public static String formatDateInterval(long address, long fromDate, long toDate)
-