public interface Date extends AknObject
The attribute date is used to give a normalized value for a date according to the XSD syntax YYYY-MM-DD or a normalized value for a dateTime according to the XSD syntax YYYY-MM-DDThh:mm:ss(zzzz).
<xsd:attributeGroup name="date">
<xsd:attribute name="date" use="required">
<xsd:simpleType>
<xsd:union memberTypes="xsd:date xsd:dateTime"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getDate() |
void |
setDate(OffsetDateTime date) |
attributes, compare, name, nestedCompareread, writeOffsetDateTime getDate()
void setDate(OffsetDateTime date)
Copyright © 2017. All rights reserved.