System.Tests.DateTimeTests.Ctor_Long C# (CSharp) 메소드

Ctor_Long() 개인적인 메소드

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