Constructor and Description |
---|
EpochTimePrinter(boolean hasMilliSecondPrecision) |
Modifier and Type | Method and Description |
---|---|
int |
estimatePrintedLength() |
void |
printTo(StringBuffer buf,
long instant,
org.joda.time.Chronology chrono,
int displayOffset,
org.joda.time.DateTimeZone displayZone,
Locale locale)
We adjust the instant by displayOffset to adjust for the offset that might have been added in
|
void |
printTo(StringBuffer buf,
org.joda.time.ReadablePartial partial,
Locale locale) |
void |
printTo(Writer out,
long instant,
org.joda.time.Chronology chrono,
int displayOffset,
org.joda.time.DateTimeZone displayZone,
Locale locale)
We adjust the instant by displayOffset to adjust for the offset that might have been added in
|
void |
printTo(Writer out,
org.joda.time.ReadablePartial partial,
Locale locale) |
public int estimatePrintedLength()
estimatePrintedLength
in interface org.joda.time.format.DateTimePrinter
public void printTo(StringBuffer buf, long instant, org.joda.time.Chronology chrono, int displayOffset, org.joda.time.DateTimeZone displayZone, Locale locale)
printTo
in interface org.joda.time.format.DateTimePrinter
public void printTo(Writer out, long instant, org.joda.time.Chronology chrono, int displayOffset, org.joda.time.DateTimeZone displayZone, Locale locale) throws IOException
printTo
in interface org.joda.time.format.DateTimePrinter
IOException
public void printTo(StringBuffer buf, org.joda.time.ReadablePartial partial, Locale locale)
printTo
in interface org.joda.time.format.DateTimePrinter
public void printTo(Writer out, org.joda.time.ReadablePartial partial, Locale locale) throws IOException
printTo
in interface org.joda.time.format.DateTimePrinter
IOException
Copyright © 2023. All rights reserved.