public interface IDateTimeDataElement extends IDataElement
Modifier and Type | Method and Description |
---|---|
long |
getValue()
Returns the value of the 'Value' attribute.
|
com.ibm.icu.util.Calendar |
getValueAsCalendar()
A convenient method provided to return the datetime value as a Calendar
|
void |
setValue(long value)
Sets the value of the '
Value '
attribute. |
long getValue()
setValue(long)
void setValue(long value)
Value
'
attribute. value
- the new value of the 'Value' attribute.getValue()
com.ibm.icu.util.Calendar getValueAsCalendar()
Copyright © 2005-2008 Actuate Corp. All rights reserved.