public interface JavaDateFormatSpecifier extends FormatSpecifier
The following features are supported:
Modifier and Type | Method and Description |
---|---|
JavaDateFormatSpecifier |
copyInstance() |
java.lang.String |
format(com.ibm.icu.util.Calendar c,
java.util.Locale lcl)
Deprecated.
|
java.lang.String |
format(com.ibm.icu.util.Calendar c,
com.ibm.icu.util.ULocale lcl)
Formats a calendar value using the Java date format pattern
NOTE: Manually written
|
java.lang.String |
getPattern()
Returns the value of the 'Pattern' attribute.
|
void |
setPattern(java.lang.String value)
Sets the value of the '
Pattern ' attribute. |
java.lang.String getPattern()
setPattern(String)
,
AttributePackage.getJavaDateFormatSpecifier_Pattern()
void setPattern(java.lang.String value)
Pattern
' attribute.
value
- the new value of the 'Pattern' attribute.getPattern()
java.lang.String format(com.ibm.icu.util.Calendar c, java.util.Locale lcl)
c
- lcl
- java.lang.String format(com.ibm.icu.util.Calendar c, com.ibm.icu.util.ULocale lcl)
c
- lcl
- JavaDateFormatSpecifier copyInstance()
copyInstance
in interface FormatSpecifier
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.