DateTimePatternGenerator.GetAppendItemFormat(DateTimePatternField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Getter corresponding to setAppendItemFormats.
[Android.Runtime.Register("getAppendItemFormat", "(I)Ljava/lang/String;", "GetGetAppendItemFormat_IHandler", ApiSince=24)]
public virtual string? GetAppendItemFormat (Android.Icu.Text.DateTimePatternField field);
[<Android.Runtime.Register("getAppendItemFormat", "(I)Ljava/lang/String;", "GetGetAppendItemFormat_IHandler", ApiSince=24)>]
abstract member GetAppendItemFormat : Android.Icu.Text.DateTimePatternField -> string
override this.GetAppendItemFormat : Android.Icu.Text.DateTimePatternField -> string
Parameters
- field
- DateTimePatternField
The index to retrieve the append item formats.
Returns
append pattern for field
- Attributes
Remarks
Getter corresponding to setAppendItemFormats. Values below 0 or at or above TYPE_LIMIT are illegal arguments.
Java documentation for android.icu.text.DateTimePatternGenerator.getAppendItemFormat(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.