DateTimeFormatOptions constructor
const
DateTimeFormatOptions({
- Calendar? calendar,
- DayPeriod? dayPeriod,
- NumberingSystem? numberingSystem,
- ClockStyle? clockstyle,
- EraStyle? era,
- TimeStyle? timestyle,
- int? fractionalSecondDigits,
- FormatMatcher formatMatcher = FormatMatcher.bestfit,
Implementation
const DateTimeFormatOptions({
this.calendar,
this.dayPeriod,
this.numberingSystem,
this.clockstyle,
this.era,
this.timestyle,
this.fractionalSecondDigits,
this.formatMatcher = FormatMatcher.bestfit,
});