public interface IDateTimeDataElement extends IDataElement
| 限定符和类型 | 方法和说明 |
|---|---|
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.