FractionPrinterParser.this

Constructor.

@param field the field to output, not null @param minWidth the minimum width to output, from 0 to 9 @param maxWidth the maximum width to output, from 0 to 9 @param decimalPoint whether to output the localized decimal point symbol @param subsequentWidth the subsequentWidth for this instance

  1. this(TemporalField field, int minWidth, int maxWidth, bool decimalPoint)
  2. this(TemporalField field, int minWidth, int maxWidth, bool decimalPoint, int subsequentWidth)
    class FractionPrinterParser

Meta