DateFormat.Field コンストラクター

定義

オーバーロード

名前 説明
DateFormat.Field(IntPtr, JniHandleOwnership)
DateFormat.Field(String, Int32)

指定した名前と、この属性が表すCalendar フィールドを持つDateFormat.Fieldを構築します。

DateFormat.Field(IntPtr, JniHandleOwnership)

protected Field(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.DateFormat.Field : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.DateFormat.Field

パラメーター

javaReference
IntPtr

nativeint

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

DateFormat.Field(String, Int32)

指定した名前と、この属性が表すCalendar フィールドを持つDateFormat.Fieldを構築します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=24)]
protected Field(string name, int calendarField);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormat.Field : string * int -> Android.Icu.Text.DateFormat.Field

パラメーター

name
String

属性の名前

calendarField
Int32

Calendar フィールド定数

属性

注釈

指定した名前と、この属性が表すCalendar フィールドを持つDateFormat.Fieldを構築します。 このフィールドに対応するCalendar フィールドがない場合は、calendarFieldに -1 を使用します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象