Time Formatter

private constructor()

Constructor to init the TimeFormatter

No-any params required


private constructor(pattern: String)

Constructor to init the TimeFormatter

Parameters

pattern

: the pattern for the formatter


private constructor(locale: Locale)

Constructor to init the TimeFormatter

Parameters

locale

: the locale for the formatter


private constructor(pattern: String, locale: Locale)

Constructor to init the TimeFormatter

Parameters

pattern

: the pattern for the formatter

locale

: the locale for the formatter