DateTimePrinterParser.format

Prints the date-time object to the buffer. !(p) The context holds information to use during the format. It also contains the date-time information to be printed. !(p) The buffer must not be mutated beyond the content controlled by the implementation.

@param context the context to format using, not null @param buf the buffer to append to, not null @return false if unable to query the value from the date-time, true otherwise @throws DateTimeException if the date-time cannot be printed successfully

interface DateTimePrinterParser
bool
format

Meta