Interface IDateTimeDataElement
- All Superinterfaces:
IDataElement
A representation of the model object 'Date
Time Data Element'.
This type defines a single element of date/time data.
-
Method Details
-
getValue
long getValue()Returns the value of the 'Value' attribute. Holds a single date value as a long.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
void setValue(long value) Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getValueAsCalendar
com.ibm.icu.util.Calendar getValueAsCalendar()A convenient method provided to return the datetime value as a Calendar- Returns:
- calendar date
-