Aracılığıyla paylaş


BuddhistCalendar Constructors

Definition

Overloads

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

BuddhistCalendar()

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

BuddhistCalendar(TimeZone)

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

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

BuddhistCalendar(ULocale)

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

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

BuddhistCalendar(Date)

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

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

BuddhistCalendar(Locale)

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

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

BuddhistCalendar(TimeZone, ULocale)

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

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

BuddhistCalendar(TimeZone, Locale)

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

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

BuddhistCalendar(IntPtr, JniHandleOwnership)

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

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

BuddhistCalendar(Int32, Int32, Int32)

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

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

BuddhistCalendar(Int32, Int32, Int32, Int32, Int32, Int32)

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

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