System.Globalization.Tests.ThaiBuddhistCalendarEras.Eras C# (CSharp) Method

Eras() private method

private Eras ( ) : void
return void
        public void Eras()
        {
            Assert.Equal(new int[] { 1 }, new ThaiBuddhistCalendar().Eras);
        }
    }
ThaiBuddhistCalendarEras