Share via


ChineseCalendar Constructors

Definition

Overloads

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

ChineseCalendar()

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

ChineseCalendar(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

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

Parameters

era
Int32
year
Int32
month
Int32
isLeapMonth
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

ChineseCalendar(Int32, Int32, Int32, Int32, Int32, Int32, Int32)

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

Parameters

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

ChineseCalendar(Int32, Int32, Int32, Int32)

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

Parameters

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

ChineseCalendar(IntPtr, JniHandleOwnership)

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

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

ChineseCalendar(TimeZone, Locale)

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/TimeZone;Ljava/util/Locale;)V", "", ApiSince=24)]
public ChineseCalendar (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.ChineseCalendar : Android.Icu.Util.TimeZone * Java.Util.Locale -> Android.Icu.Util.ChineseCalendar

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

ChineseCalendar(Int32, Int32, Int32, Int32, Int32)

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

Parameters

era
Int32
year
Int32
month
Int32
isLeapMonth
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

ChineseCalendar(Locale)

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

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

ChineseCalendar(Date)

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

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

ChineseCalendar(ULocale)

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

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

ChineseCalendar(TimeZone)

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

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

ChineseCalendar(TimeZone, ULocale)

[Android.Runtime.Register(".ctor", "(Landroid/icu/util/TimeZone;Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public ChineseCalendar (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.ChineseCalendar : Android.Icu.Util.TimeZone * Android.Icu.Util.ULocale -> Android.Icu.Util.ChineseCalendar

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