System.Globalization.Tests.ThaiBuddhistCalendarMinSupportedDateTime.MinSupportedDateTime C# (CSharp) Méthode

MinSupportedDateTime() private méthode

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