public abstract class XmlRpcDateTimeFormat extends Format
An instance of Format
, which may be used
to parse and format dateTime
values, as specified
by the XML-RPC specification. The specification doesn't precisely
describe the format, it only gives an example:
19980717T14:08:55This class accepts and creates instances of
Calendar
.Format.Field
Constructor and Description |
---|
XmlRpcDateTimeFormat() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
format(Object pCalendar,
StringBuffer pBuffer,
FieldPosition pPos) |
protected abstract TimeZone |
getTimeZone()
Returns the time zone, which is used to interpret date/time
values.
|
Object |
parseObject(String pString,
ParsePosition pParsePosition) |
clone, format, formatToCharacterIterator, parseObject
protected abstract TimeZone getTimeZone()
public Object parseObject(String pString, ParsePosition pParsePosition)
parseObject
in class Format
public StringBuffer format(Object pCalendar, StringBuffer pBuffer, FieldPosition pPos)
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.