Condividi tramite


JapaneseCalendar Constructors

Definition

Overloads

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

JapaneseCalendar()

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

JapaneseCalendar(Int32, Int32, Int32, Int32, Int32, Int32)

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

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

JapaneseCalendar(Int32, Int32, Int32)

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

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

JapaneseCalendar(IntPtr, JniHandleOwnership)

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

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

JapaneseCalendar(TimeZone, Locale)

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

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

JapaneseCalendar(Int32, Int32, Int32, Int32)

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

Parameters

era
Int32
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

JapaneseCalendar(Locale)

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

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

JapaneseCalendar(Date)

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

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

JapaneseCalendar(ULocale)

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

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

JapaneseCalendar(TimeZone)

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

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

JapaneseCalendar(TimeZone, ULocale)

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

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