Share via


TimeZoneFormat Constructors

Definition

Overloads

TimeZoneFormat(ULocale)

The protected constructor for subclassing.

TimeZoneFormat(IntPtr, JniHandleOwnership)

TimeZoneFormat(ULocale)

The protected constructor for subclassing.

[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

Parameters

locale
ULocale

the locale

Attributes

Remarks

The protected constructor for subclassing.

Java documentation for android.icu.text.TimeZoneFormat.TimeZoneFormat(android.icu.util.ULocale).

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

TimeZoneFormat(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

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