public interface DateTimeDataElement extends DataElement
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
DateTimeDataElement |
copyInstance() |
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
NOTE: Manually written
|
CDateTime |
getValueAsCDateTime()
A convenient method provided to return the datetime value as a CDateTime wrapper
NOTE: Manually written
|
boolean |
isSetValue()
Returns whether the value of the '
Value' attribute is set.
|
void |
setValue(long value)
Sets the value of the '
Value' attribute |
void |
unsetValue()
Unsets the value of the '
Value' attribute |
long getValue()
isSetValue(),
unsetValue(),
setValue(long),
DataPackage.getDateTimeDataElement_Value()void setValue(long value)
Value' attribute.
value - the new value of the 'Value' attribute.isSetValue(),
unsetValue(),
getValue()void unsetValue()
Value' attribute.
isSetValue(),
getValue(),
setValue(long)boolean isSetValue()
Value' attribute is set. unsetValue(),
getValue(),
setValue(long)com.ibm.icu.util.Calendar getValueAsCalendar()
CDateTime getValueAsCDateTime()
DateTimeDataElement copyInstance()
copyInstance 在接口中 DataElementcopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.