Share via


IslamicCalendar Constructors

Definition

Overloads

IslamicCalendar()
IslamicCalendar(TimeZone)
IslamicCalendar(ULocale)
IslamicCalendar(Date)
IslamicCalendar(Locale)
IslamicCalendar(TimeZone, ULocale)
IslamicCalendar(TimeZone, Locale)
IslamicCalendar(IntPtr, JniHandleOwnership)
IslamicCalendar(Int32, Int32, Int32)
IslamicCalendar(Int32, Int32, Int32, Int32, Int32, Int32)

IslamicCalendar()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public IslamicCalendar ();
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

IslamicCalendar(TimeZone)

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

Parameters

zone
TimeZone
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

IslamicCalendar(ULocale)

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

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

IslamicCalendar(Date)

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

Parameters

date
Date
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

IslamicCalendar(Locale)

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

Parameters

aLocale
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

IslamicCalendar(TimeZone, ULocale)

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

Parameters

zone
TimeZone
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

IslamicCalendar(TimeZone, Locale)

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/TimeZone;Ljava/util/Locale;)V", "", ApiSince=24)]
public IslamicCalendar (Android.Icu.Util.TimeZone? zone, Java.Util.Locale? aLocale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/TimeZone;Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Util.IslamicCalendar : Android.Icu.Util.TimeZone * Java.Util.Locale -> Android.Icu.Util.IslamicCalendar

Parameters

zone
TimeZone
aLocale
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

IslamicCalendar(IntPtr, JniHandleOwnership)

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

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

IslamicCalendar(Int32, Int32, Int32)

[Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=24)]
public IslamicCalendar (int year, int month, int date);
[<Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=24)>]
new Android.Icu.Util.IslamicCalendar : int * int * int -> Android.Icu.Util.IslamicCalendar

Parameters

year
Int32
month
Int32
date
Int32
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

IslamicCalendar(Int32, Int32, Int32, Int32, Int32, Int32)

[Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=24)]
public IslamicCalendar (int year, int month, int date, int hour, int minute, int second);
[<Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=24)>]
new Android.Icu.Util.IslamicCalendar : int * int * int * int * int * int -> Android.Icu.Util.IslamicCalendar

Parameters

year
Int32
month
Int32
date
Int32
hour
Int32
minute
Int32
second
Int32
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