public void SetMonthWorks() { var dt = new JsDate(2000, 0, 1); dt.SetMonth(3); Assert.AreEqual(dt.GetMonth(), 3); }