KoreanLunisolarCalendar.Eras Property
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.
Gets the eras that correspond to the range of dates and times supported by the current KoreanLunisolarCalendar object.
public:
virtual property cli::array <int> ^ Eras { cli::array <int> ^ get(); };
public override int[] Eras { get; }
member this.Eras : int[]
Public Overrides ReadOnly Property Eras As Integer()
Property Value
Int32[]
An array of 32-bit signed integers that specify the relevant eras. The return value for a KoreanLunisolarCalendar object is always an array containing one element equal to the GregorianEra value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.