-
- All Implemented Interfaces:
-
com.facebook.hermes.intl.IPlatformDateTimeFormatter
public class PlatformDateTimeFormatterAndroid implements IPlatformDateTimeFormatter
-
-
Method Summary
-
-
Method Detail
-
fieldToString
String fieldToString(AttributedCharacterIterator.Attribute field, String fieldValue)
-
formatToParts
AttributedCharacterIterator formatToParts(double n)
-
getDefaultCalendarName
String getDefaultCalendarName(ILocaleObject<out Object> mResolvedLocaleObject)
-
getDefaultHourCycle
IPlatformDateTimeFormatter.HourCycle getDefaultHourCycle(ILocaleObject<out Object> localeObject)
-
getDefaultTimeZone
String getDefaultTimeZone(ILocaleObject<out Object> localeObject)
-
getDefaultNumberingSystem
String getDefaultNumberingSystem(ILocaleObject<out Object> localeObject)
-
configure
void configure(ILocaleObject<out Object> resolvedLocaleObject, String calendar, String numberingSystem, IPlatformDateTimeFormatter.FormatMatcher formatMatcher, IPlatformDateTimeFormatter.WeekDay weekDay, IPlatformDateTimeFormatter.Era era, IPlatformDateTimeFormatter.Year year, IPlatformDateTimeFormatter.Month month, IPlatformDateTimeFormatter.Day day, IPlatformDateTimeFormatter.Hour hour, IPlatformDateTimeFormatter.Minute minute, IPlatformDateTimeFormatter.Second second, IPlatformDateTimeFormatter.TimeZoneName timeZoneName, IPlatformDateTimeFormatter.HourCycle hourCycle, Object timeZone)
-
getAvailableLocales
Array<String> getAvailableLocales()
-
-
-
-