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