TimeZoneFormat コンストラクター

定義

オーバーロード

名前 説明
TimeZoneFormat(ULocale)

サブクラス化用の保護されたコンストラクター。

TimeZoneFormat(IntPtr, JniHandleOwnership)

TimeZoneFormat(ULocale)

サブクラス化用の保護されたコンストラクター。

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
protected TimeZoneFormat(Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.TimeZoneFormat : Android.Icu.Util.ULocale -> Android.Icu.Text.TimeZoneFormat

パラメーター

locale
ULocale

ロケール

属性

注釈

サブクラス化用の保護されたコンストラクター。

Javaドキュメント。

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

適用対象

TimeZoneFormat(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

注釈

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

適用対象