public interface Time extends AknObject
The attribute time is used to give a normalized text for a time according to the XSD syntax HH:MM:SS.
<xsd:attributeGroup name="time">
<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 |
getTime() |
void |
setTime(OffsetDateTime time) |
attributes, compare, name, nestedCompareread, writeOffsetDateTime getTime()
void setTime(OffsetDateTime time)
Copyright © 2017. All rights reserved.