SimpleDateFormat.PatternCharToDateFormatField(Char) Method

Definition

[Android.Runtime.Register("patternCharToDateFormatField", "(C)Landroid/icu/text/DateFormat$Field;", "GetPatternCharToDateFormatField_CHandler", ApiSince=24)]
protected virtual Android.Icu.Text.DateFormat.Field? PatternCharToDateFormatField (char ch);
[<Android.Runtime.Register("patternCharToDateFormatField", "(C)Landroid/icu/text/DateFormat$Field;", "GetPatternCharToDateFormatField_CHandler", ApiSince=24)>]
abstract member PatternCharToDateFormatField : char -> Android.Icu.Text.DateFormat.Field
override this.PatternCharToDateFormatField : char -> Android.Icu.Text.DateFormat.Field

Parameters

ch
Char

Returns

Attributes

Remarks

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.

Applies to