| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCalendar()
Returns the content value of the element as a java.util.Calendar object
|
Date |
getDate()
Returns the content value of the element as a java.util.Date object
|
String |
getString()
Returns the content value of the element as a string conforming to
RFC-3339
|
long |
getTime()
Returns the content value of the element as a long (equivalent to
calling DateTimeElement().getDate().getTime()
|
AtomDate |
getValue()
Returns the content value of the element as an AtomDate object
|
DateTime |
setCalendar(Calendar date)
Sets the content value of the element
|
DateTime |
setDate(Date date)
Sets the content value of the element
|
DateTime |
setString(String date)
Sets the content value of the element
|
DateTime |
setTime(long date)
Sets the content value of the element
|
DateTime |
setValue(AtomDate dateTime)
Sets the content value of the element
|
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setTextaddComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeToforEach, iterator, spliteratorAtomDate getValue()
Date getDate()
Calendar getCalendar()
long getTime()
String getString()
DateTime setValue(AtomDate dateTime)
dateTime - the Atom Date valueDateTime setDate(Date date)
date - The java.util.Date valueDateTime setCalendar(Calendar date)
date - The java.util.Calendar valueDateTime setTime(long date)
date - the number of milliseconds since January 1, 1970, 00:00:00 GMTCopyright © 2010 - 2020 Adobe. All Rights Reserved