Example #1
0
 public void BeginEndOfDayTest()
 {
     Assert.IsTrue(DateUtils.BeginOfDay(DateTime.Now) < DateTime.Now);
     Assert.IsTrue(DateUtils.EndOfDay(DateTime.Now) > DateTime.Now);
 }