public static interface DatePattern.Rule
Modifier and Type | Method and Description |
---|---|
void |
appendTo(Appendable buf,
Calendar calendar)
Appends the value of the specified calendar to the output buffer based on the rule implementation.
|
int |
estimateLength()
Returns the estimated length of the result.
|
int estimateLength()
void appendTo(Appendable buf, Calendar calendar) throws IOException
buf
- the output buffercalendar
- calendar to be appendedIOException
- if an I/O error occursCopyright © 2025. All rights reserved.