public interface PredefinedDateTimeFormat extends DateTimeFormat
This object represents a predefined date-time format for a business object.
Use BusinessLayerFactory.createPredefinedDateTimeFormat(BusinessObject) to instantiate a predefined date-time format.
Note: the default type of a PredefinedDateTimeFormat object is FULL_DATE.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
PredefinedDateTimeFormatType |
getFormat()
Returns the value of the 'Format' attribute.
|
void |
setFormat(PredefinedDateTimeFormatType value)
Sets the value of the '
Format' attribute. |
PredefinedDateTimeFormatType getFormat()
PredefinedDateTimeFormatType.
This is the value of the predefined date-time format for business objects.
PredefinedDateTimeFormatType,
setFormat(PredefinedDateTimeFormatType)void setFormat(PredefinedDateTimeFormatType value)
Format' attribute.
This is the value of the predefined date-time format for business objects.
value - the new value of the 'Format' attribute.PredefinedDateTimeFormatType,
getFormat()