DateTimeFormatterBuilder.appendLiteral

Appends a string literal to the formatter. !(p) This string will be output during a format. !(p) If the literal is empty, nothing is added to the formatter.

@param literal the literal to append, not null @return this, for chaining, not null

  1. DateTimeFormatterBuilder appendLiteral(char literal)
  2. DateTimeFormatterBuilder appendLiteral(string literal)
    class DateTimeFormatterBuilder
    appendLiteral
    (
    string literal
    )

Meta