SimpleDateFormat.SubFormat 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.
[Android.Runtime.Register("subFormat", "(CIILjava/text/FieldPosition;Landroid/icu/text/DateFormatSymbols;Landroid/icu/util/Calendar;)Ljava/lang/String;", "GetSubFormat_CIILjava_text_FieldPosition_Landroid_icu_text_DateFormatSymbols_Landroid_icu_util_Calendar_Handler", ApiSince=24)]
protected virtual string? SubFormat (char ch, int count, int beginOffset, Java.Text.FieldPosition? pos, Android.Icu.Text.DateFormatSymbols? fmtData, Android.Icu.Util.Calendar? cal);
[<Android.Runtime.Register("subFormat", "(CIILjava/text/FieldPosition;Landroid/icu/text/DateFormatSymbols;Landroid/icu/util/Calendar;)Ljava/lang/String;", "GetSubFormat_CIILjava_text_FieldPosition_Landroid_icu_text_DateFormatSymbols_Landroid_icu_util_Calendar_Handler", ApiSince=24)>]
abstract member SubFormat : char * int * int * Java.Text.FieldPosition * Android.Icu.Text.DateFormatSymbols * Android.Icu.Util.Calendar -> string
override this.SubFormat : char * int * int * Java.Text.FieldPosition * Android.Icu.Text.DateFormatSymbols * Android.Icu.Util.Calendar -> string
Parameters
- ch
- Char
- count
- Int32
- beginOffset
- Int32
- pos
- FieldPosition
- fmtData
- DateFormatSymbols
- cal
- Calendar
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.