Ejemplo n.º 1
0
        public void Before_other_datetime()
        {
            var current = new System.DateTime(2019, 9, 1, 1, 00, 00, 000);
            var other   = new System.DateTime(2019, 9, 1, 1, 00, 00, 001);

            current.IsBefore(other).Should().BeTrue();
        }