TimeZoneFormat Constructors

Definition

Overloads

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

Parameters

locale
ULocale
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

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