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

MaxSupportedDateTime() private method

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