HebrewCalendar 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
HebrewCalendar() |
Constructs a default |
HebrewCalendar(TimeZone) |
Constructs a |
HebrewCalendar(ULocale) |
Constructs a |
HebrewCalendar(Date) |
Constructs a |
HebrewCalendar(Locale) |
Constructs a |
HebrewCalendar(TimeZone, ULocale) |
Constructs a |
HebrewCalendar(TimeZone, Locale) |
Constructs a |
HebrewCalendar(IntPtr, JniHandleOwnership) | |
HebrewCalendar(Int32, Int32, Int32) |
Constructs a |
HebrewCalendar(Int32, Int32, Int32, Int32, Int32, Int32) |
Constructs a |
HebrewCalendar()
Constructs a default HebrewCalendar
using the current time
in the default time zone with the default FORMAT
locale.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public HebrewCalendar ();
- Attributes
Remarks
Constructs a default HebrewCalendar
using the current time in the default time zone with the default FORMAT
locale.
Java documentation for android.icu.util.HebrewCalendar.HebrewCalendar()
.
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
HebrewCalendar(TimeZone)
Constructs a HebrewCalendar
based on the current time
in the given time zone with the default FORMAT
locale.
[Android.Runtime.Register(".ctor", "(Landroid/icu/util/TimeZone;)V", "", ApiSince=24)]
public HebrewCalendar (Android.Icu.Util.TimeZone? zone);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/TimeZone;)V", "", ApiSince=24)>]
new Android.Icu.Util.HebrewCalendar : Android.Icu.Util.TimeZone -> Android.Icu.Util.HebrewCalendar
Parameters
- zone
- TimeZone
The time zone for the new calendar.
- Attributes
Remarks
Constructs a HebrewCalendar
based on the current time in the given time zone with the default FORMAT
locale.
Java documentation for android.icu.util.HebrewCalendar.HebrewCalendar(android.icu.util.TimeZone)
.
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
HebrewCalendar(ULocale)
Constructs a HebrewCalendar
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 HebrewCalendar (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Util.HebrewCalendar : Android.Icu.Util.ULocale -> Android.Icu.Util.HebrewCalendar
Parameters
- locale
- ULocale
The locale for the new calendar.
- Attributes
Remarks
Constructs a HebrewCalendar
based on the current time in the default time zone with the given locale.
Java documentation for android.icu.util.HebrewCalendar.HebrewCalendar(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
HebrewCalendar(Date)
Constructs a HebrewCalendar
with the given date set
in the default time zone with the default FORMAT
locale.
[Android.Runtime.Register(".ctor", "(Ljava/util/Date;)V", "", ApiSince=24)]
public HebrewCalendar (Java.Util.Date? date);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Date;)V", "", ApiSince=24)>]
new Android.Icu.Util.HebrewCalendar : Java.Util.Date -> Android.Icu.Util.HebrewCalendar
Parameters
- date
- Date
The date to which the new calendar is set.
- Attributes
Remarks
Constructs a HebrewCalendar
with the given date set in the default time zone with the default FORMAT
locale.
Java documentation for android.icu.util.HebrewCalendar.HebrewCalendar(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
HebrewCalendar(Locale)
Constructs a HebrewCalendar
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 HebrewCalendar (Java.Util.Locale? aLocale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Util.HebrewCalendar : Java.Util.Locale -> Android.Icu.Util.HebrewCalendar
Parameters
- aLocale
- Locale
The locale for the new calendar.
- Attributes
Remarks
Constructs a HebrewCalendar
based on the current time in the default time zone with the given locale.
Java documentation for android.icu.util.HebrewCalendar.HebrewCalendar(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
HebrewCalendar(TimeZone, ULocale)
Constructs a HebrewCalendar
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 HebrewCalendar (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.HebrewCalendar : Android.Icu.Util.TimeZone * Android.Icu.Util.ULocale -> Android.Icu.Util.HebrewCalendar
Parameters
- zone
- TimeZone
The time zone for the new calendar.
- locale
- ULocale
The locale for the new calendar.
- Attributes
Remarks
Constructs a HebrewCalendar
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
HebrewCalendar(TimeZone, Locale)
Constructs a HebrewCalendar
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 HebrewCalendar (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.HebrewCalendar : Android.Icu.Util.TimeZone * Java.Util.Locale -> Android.Icu.Util.HebrewCalendar
Parameters
- zone
- TimeZone
The time zone for the new calendar.
- aLocale
- Locale
The locale for the new calendar.
- Attributes
Remarks
Constructs a HebrewCalendar
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
HebrewCalendar(IntPtr, JniHandleOwnership)
protected HebrewCalendar (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Util.HebrewCalendar : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Util.HebrewCalendar
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
HebrewCalendar(Int32, Int32, Int32)
Constructs a HebrewCalendar
with the given date set
in the default time zone with the default FORMAT
locale.
[Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=24)]
public HebrewCalendar (int year, int month, int date);
[<Android.Runtime.Register(".ctor", "(III)V", "", ApiSince=24)>]
new Android.Icu.Util.HebrewCalendar : int * int * int -> Android.Icu.Util.HebrewCalendar
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 Tishri.
- date
- Int32
The value used to set the calendar's #DATE DATE
time field.
- Attributes
Remarks
Constructs a HebrewCalendar
with the given date set in the default time zone with the default FORMAT
locale.
Java documentation for android.icu.util.HebrewCalendar.HebrewCalendar(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
HebrewCalendar(Int32, Int32, Int32, Int32, Int32, Int32)
Constructs a HebrewCalendar
with the given date
and time set for the default time zone with the default FORMAT
locale.
[Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=24)]
public HebrewCalendar (int year, int month, int date, int hour, int minute, int second);
[<Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=24)>]
new Android.Icu.Util.HebrewCalendar : int * int * int * int * int * int -> Android.Icu.Util.HebrewCalendar
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 Tishri.
- 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 HebrewCalendar
with the given date and time set for the default time zone with the default FORMAT
locale.
Java documentation for android.icu.util.HebrewCalendar.HebrewCalendar(int, int, int, 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.