public interface JavaDateFormatSpecifier extends FormatSpecifier
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
JavaDateFormatSpecifier |
copyInstance() |
java.lang.String |
format(com.ibm.icu.util.Calendar c,
java.util.Locale lcl)
已过时。
|
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 在接口中 FormatSpecifiercopyInstance 在接口中 IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.