System.Globalization.Tests.ThaiBuddhistCalendarMaxSupportedDateTime.MaxSupportedDateTime C# (CSharp) Method

MaxSupportedDateTime() private method

private MaxSupportedDateTime ( ) : void
return void
        public void MaxSupportedDateTime()
        {
            Assert.Equal(DateTime.MaxValue, new ThaiBuddhistCalendar().MaxSupportedDateTime);
        }
    }
ThaiBuddhistCalendarMaxSupportedDateTime