@deprecated("all members of DateTimeFormatOptions are deprecated", "2.0.0")
object DateTimeFormatOptions
- Companion:
- class
- Deprecated
Value members
Deprecated methods
@deprecated("use `new DateTimeFormatOptions { ... }` instead", "2.0.0")
def apply(localeMatcher: UndefOr[String], timeZone: UndefOr[String], hour12: UndefOr[Boolean], formatMatcher: UndefOr[String], weekday: UndefOr[String], era: UndefOr[String], year: UndefOr[String], month: UndefOr[String], day: UndefOr[String], hour: UndefOr[String], minute: UndefOr[String], second: UndefOr[String], timeZoneName: UndefOr[String]): DateTimeFormatOptions
- Deprecated