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

Ctor_Long() private method

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