public interface DateTimeDataElement extends DataElement
The following features are supported:
DataPackage.getDateTimeDataElement()
Modifier and Type | Method and Description |
---|---|
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
in interface DataElement
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.