public void SetUtcMonthWorks() { var dt = new JsDate(JsDate.Utc(2000, 0, 1)); dt.SetUtcMonth(3); Assert.AreEqual(dt.GetUtcMonth(), 3); }