System.Tests.DateTimeTests.MaxValue C# (CSharp) Method

MaxValue() private method

private MaxValue ( ) : void
return void
        public static void MaxValue()
        {
            VerifyDateTime(DateTime.MaxValue, 9999, 12, 31, 23, 59, 59, 999, DateTimeKind.Unspecified);
        }
DateTimeTests