Share via


EthiopicCalendar Constructors

Definition

Overloads

EthiopicCalendar()
EthiopicCalendar(TimeZone)
EthiopicCalendar(ULocale)
EthiopicCalendar(Date)
EthiopicCalendar(Locale)
EthiopicCalendar(TimeZone, ULocale)
EthiopicCalendar(TimeZone, Locale)
EthiopicCalendar(Int32, Int32, Int32)
EthiopicCalendar(Int32, Int32, Int32, Int32, Int32, Int32)

EthiopicCalendar()

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

EthiopicCalendar(TimeZone)

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

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

EthiopicCalendar(ULocale)

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

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

EthiopicCalendar(Date)

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

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

EthiopicCalendar(Locale)

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

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

EthiopicCalendar(TimeZone, ULocale)

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

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

EthiopicCalendar(TimeZone, Locale)

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

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

EthiopicCalendar(Int32, Int32, Int32)

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

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

EthiopicCalendar(Int32, Int32, Int32, Int32, Int32, Int32)

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

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