다음을 통해 공유


EthiopicCalendar.AmeteAlemEra Property

Definition

Return true if this calendar is set to the Amete Alem era. -or- Set Alem or Mihret era.

public bool AmeteAlemEra { [Android.Runtime.Register("isAmeteAlemEra", "()Z", "", ApiSince=26)] get; [Android.Runtime.Register("setAmeteAlemEra", "(Z)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("isAmeteAlemEra", "()Z", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setAmeteAlemEra", "(Z)V", "", ApiSince=26)>]
member this.AmeteAlemEra : bool with get, set

Property Value

true if set to the Amete Alem era.

Attributes

Remarks

Property getter documentation:

Return true if this calendar is set to the Amete Alem era.

Java documentation for android.icu.util.EthiopicCalendar.isAmeteAlemEra().

Property setter documentation:

Set Alem or Mihret era.

Java documentation for android.icu.util.EthiopicCalendar.setAmeteAlemEra(boolean).

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