org.deckfour.xes.model.impl
Class XsDateTimeFormat
java.lang.Object
java.text.Format
org.deckfour.xes.model.impl.XsDateTimeFormat
- All Implemented Interfaces:
- Serializable, Cloneable
public class XsDateTimeFormat
- extends Format
An instance of java.text.Format, which may be used to parse and format
xs:dateTime
values.
- See Also:
- Serialized Form
XsDateTimeFormat
public XsDateTimeFormat()
parseObject
public Date parseObject(String pString)
throws ParseException
- Overrides:
parseObject
in class Format
- Throws:
ParseException
parseObject
public Date parseObject(String pString,
ParsePosition pParsePosition)
- Specified by:
parseObject
in class Format
format
public StringBuffer format(Object pCalendar,
StringBuffer pBuffer,
FieldPosition pPos)
- Specified by:
format
in class Format