DateIntervalInfo Constructors

Definition

Overloads

DateIntervalInfo(ULocale)
DateIntervalInfo(Locale)
DateIntervalInfo(IntPtr, JniHandleOwnership)

DateIntervalInfo(ULocale)

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

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

DateIntervalInfo(Locale)

[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)]
public DateIntervalInfo (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateIntervalInfo : Java.Util.Locale -> Android.Icu.Text.DateIntervalInfo

Parameters

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

DateIntervalInfo(IntPtr, JniHandleOwnership)

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

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