@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
this(TemporalField field, int minWidth, int maxWidth, bool decimalPoint)
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