ChineseLunisolarCalendar.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 ChineseLunisolarCalendar object.
public:
virtual property cli::array <int> ^ Eras { cli::array <int> ^ get(); };
public override int[] Eras { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override int[] Eras { get; }
member this.Eras : int[]
[<System.Runtime.InteropServices.ComVisible(false)>]
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 ChineseLunisolarCalendar object is always an array containing one element equal to the ChineseEra value.
- Attributes
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.