Java.Util.Calendar.Era Field
Field number for get and set indicating the era, e.g.

Value: 0

Syntax

[Android.Runtime.Register("ERA")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField Era

See Also

GregorianCalendar.Ad
GregorianCalendar.Bc

Remarks

Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar. This is a calendar-specific value; see subclass documentation.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1