public interface CustomDateTimeFormat extends DateTimeFormat
This object represents a custom date-time format of a business object (dimension, measure, or attribute).
Use BusinessLayerFactory.createCustomDateTimeFormat(BusinessObject) to instantiate a custom date-time format.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ValueFormat |
getDateTimeFormat()
Returns the value of the 'Date Time Format' containment reference.
|
ValueFormat |
getUndefinedFormat()
Returns the value of the 'Undefined Format' containment reference.
|
ValueFormat getDateTimeFormat()
This is the ValueFormat used to represent the date-time values of the business object.
ValueFormat getUndefinedFormat()
This is the ValueFormat used to represent the undefined value of the business object.