public void GetUtcDayWorks() { var dt = new JsDate(JsDate.Utc(2011, 7, 12, 13, 42, 56, 345)); Assert.AreEqual(dt.GetUtcDay(), 5); }