Condividi tramite


TaiwanCalendar Constructors

Definition

Overloads

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

TaiwanCalendar()

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

TaiwanCalendar(TimeZone)

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

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

TaiwanCalendar(ULocale)

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

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

TaiwanCalendar(Date)

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

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

TaiwanCalendar(Locale)

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

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

TaiwanCalendar(TimeZone, ULocale)

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

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

TaiwanCalendar(TimeZone, Locale)

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

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

TaiwanCalendar(IntPtr, JniHandleOwnership)

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

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

TaiwanCalendar(Int32, Int32, Int32)

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

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

TaiwanCalendar(Int32, Int32, Int32, Int32, Int32, Int32)

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

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