System.Globalization.Tests.ThaiBuddhistCalendarMaxSupportedDateTime.MaxSupportedDateTime C# (CSharp) Méthode

MaxSupportedDateTime() private méthode

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