Esempio n. 1
0
		public void GetDayWorks() {
			var dt = new JsDate(2011, 7, 12, 13, 42, 56, 345);
			Assert.AreEqual(dt.GetDay(), 5);
		}