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

MaxValue() private method

private MaxValue ( ) : void
return void
        public static void MaxValue()
        {
            VerifyDateTimeOffset(DateTimeOffset.MaxValue, 9999, 12, 31, 23, 59, 59, 999, TimeSpan.Zero);
        }
DateTimeOffsetTests