DateTimeFormatOptions constructor
const
DateTimeFormatOptions({
- DateFormatStyle? dateFormatStyle,
- TimeFormatStyle? timeFormatStyle,
- Calendar? calendar,
- DayPeriod? dayPeriod,
- NumberingSystem? numberingSystem,
- String? timeZone,
- ClockStyle? clockstyle,
- WeekDayStyle? weekday,
- EraStyle? era,
- TimeStyle? year,
- MonthStyle? month,
- TimeStyle? day,
- TimeStyle? hour,
- TimeStyle? minute,
- TimeStyle? second,
- int? fractionalSecondDigits,
- TimeZoneName? timeZoneName,
- FormatMatcher formatMatcher = FormatMatcher.bestfit,
- LocaleMatcher localeMatcher = LocaleMatcher.bestfit,
Implementation
const DateTimeFormatOptions({
this.dateFormatStyle,
this.timeFormatStyle,
this.calendar,
this.dayPeriod,
this.numberingSystem,
this.timeZone,
this.clockstyle,
this.weekday,
this.era,
this.year,
this.month,
this.day,
this.hour,
this.minute,
this.second,
this.fractionalSecondDigits,
this.timeZoneName,
this.formatMatcher = FormatMatcher.bestfit,
this.localeMatcher = LocaleMatcher.bestfit,
});