BuddhistCalendar Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BuddhistCalendar() |
Constructs a |
BuddhistCalendar(TimeZone) |
Constructs a |
BuddhistCalendar(ULocale) |
Constructs a |
BuddhistCalendar(Date) |
Constructs a |
BuddhistCalendar(Locale) |
Constructs a |
BuddhistCalendar(TimeZone, ULocale) |
Constructs a |
BuddhistCalendar(TimeZone, Locale) |
Constructs a |
BuddhistCalendar(IntPtr, JniHandleOwnership) | |
BuddhistCalendar(Int32, Int32, Int32) |
Constructs a |
BuddhistCalendar(Int32, Int32, Int32, Int32, Int32, Int32) |
Constructs a BuddhistCalendar with the given date and time set for the default time zone with the default locale. |
BuddhistCalendar()
Constructs a BuddhistCalendar
using the current time
in the default time zone with the default locale.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public BuddhistCalendar ();
- Attributes
Remarks
Constructs a BuddhistCalendar
using the current time in the default time zone with the default locale.
Java documentation for android.icu.util.BuddhistCalendar.BuddhistCalendar()
.
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)
Constructs a BuddhistCalendar
based on the current time
in the given time zone with the default locale.
[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
the given time zone.
- Attributes
Remarks
Constructs a BuddhistCalendar
based on the current time in the given time zone with the default locale.
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)
Constructs a BuddhistCalendar
based on the current time
in the default time zone with the given locale.
[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
the given ulocale.
- Attributes
Remarks
Constructs a BuddhistCalendar
based on the current time in the default time zone with the given locale.
Java documentation for android.icu.util.BuddhistCalendar.BuddhistCalendar(android.icu.util.ULocale)
.
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)
Constructs a BuddhistCalendar
with the given date set
in the default time zone with the default locale.
[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
The date to which the new calendar is set.
- Attributes
Remarks
Constructs a BuddhistCalendar
with the given date set in the default time zone with the default locale.
Java documentation for android.icu.util.BuddhistCalendar.BuddhistCalendar(java.util.Date)
.
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)
Constructs a BuddhistCalendar
based on the current time
in the default time zone with the given 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
the given locale.
- Attributes
Remarks
Constructs a BuddhistCalendar
based on the current time in the default time zone with the given locale.
Java documentation for android.icu.util.BuddhistCalendar.BuddhistCalendar(java.util.Locale)
.
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)
Constructs a BuddhistCalendar
based on the current time
in the given time zone with the given locale.
[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
the given time zone.
- locale
- ULocale
the given ulocale.
- Attributes
Remarks
Constructs a BuddhistCalendar
based on the current time in the given time zone with the given locale.
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)
Constructs a BuddhistCalendar
based on the current time
in the given time zone with the given 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
the given time zone.
- aLocale
- Locale
the given locale.
- Attributes
Remarks
Constructs a BuddhistCalendar
based on the current time in the given time zone with the given locale.
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
- transfer
- JniHandleOwnership
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)
Constructs a BuddhistCalendar
with the given date set
in the default time zone with the default locale.
[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
The value used to set the calendar's #YEAR YEAR
time field.
- month
- Int32
The value used to set the calendar's #MONTH MONTH
time field.
The value is 0-based. e.g., 0 for January.
- date
- Int32
The value used to set the calendar's #DATE DATE
time field.
- Attributes
Remarks
Constructs a BuddhistCalendar
with the given date set in the default time zone with the default locale.
Java documentation for android.icu.util.BuddhistCalendar.BuddhistCalendar(int, int, int)
.
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)
Constructs a BuddhistCalendar with the given date and time set for the default time zone with the default locale.
[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
The value used to set the calendar's #YEAR YEAR
time field.
- month
- Int32
The value used to set the calendar's #MONTH MONTH
time field.
The value is 0-based. e.g., 0 for January.
- date
- Int32
The value used to set the calendar's #DATE DATE
time field.
- hour
- Int32
The value used to set the calendar's #HOUR_OF_DAY HOUR_OF_DAY
time field.
- minute
- Int32
The value used to set the calendar's #MINUTE MINUTE
time field.
- second
- Int32
The value used to set the calendar's #SECOND SECOND
time field.
- Attributes
Remarks
Constructs a BuddhistCalendar with the given date and time set for the default time zone with the default locale.
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.