System.Globalization.Tests.ThaiBuddhistCalendarMinSupportedDateTime.MinSupportedDateTime C# (CSharp) Method

MinSupportedDateTime() private method

private MinSupportedDateTime ( ) : void
return void
        public void MinSupportedDateTime()
        {
            Assert.Equal(DateTime.MinValue, new ThaiBuddhistCalendar().MinSupportedDateTime);
        }
    }
ThaiBuddhistCalendarMinSupportedDateTime