Skip to contents

IntlDateTimeFormatOptions

Usage

IntlDateTimeFormatOptions(
  localeMatcher = IntlLocaleMatcher(),
  weekday = IntlFormatWidth(),
  era = IntlFormatWidth(),
  year = IntlDateTimeDigitStyle(),
  month = IntlDateTimeFormatOptionsMonth(),
  day = IntlDateTimeDigitStyle(),
  hour = IntlDateTimeDigitStyle(),
  minute = IntlDateTimeDigitStyle(),
  second = IntlDateTimeDigitStyle(),
  timeZoneName = IntlDateTimeFormatOptionsTimeZoneName(),
  formatMatcher = IntlDateTimeFormatOptionsFormatMatcher(),
  hour12 = NA,
  timeZone = NA_character_,
  calendar = NA_character_,
  dayPeriod = IntlFormatWidth(),
  numberingSystem = NA_character_,
  dateStyle = IntlDateTimeFormatLength(),
  timeStyle = IntlDateTimeFormatLength(),
  hourCycle = IntlDateTimeFormatOptionsHourCycle(),
  fractionalSecondDigits = NA_integer_
)