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

Ctor_Long_DateTimeKind() private method

private Ctor_Long_DateTimeKind ( ) : void
return void
        public static void Ctor_Long_DateTimeKind()
        {
            VerifyDateTime(new DateTime(999999999999999999, DateTimeKind.Utc), 3169, 11, 16, 9, 46, 39, 999, DateTimeKind.Utc);
        }
DateTimeTests