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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.