ThaiBuddhistCalendar.Eras Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the list of eras in the ThaiBuddhistCalendar class.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Eras As Integer()
public override int[] Eras { get; }
Property Value
Type: array<System.Int32[]
An array that consists of a single element having a value that is always the current era.
Remarks
The values in the array returned by this property are numbers that range from 1 to the largest era number. The largest era number is returned in the first array element and the smallest era number is returned in the last element.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also