public void GetWeekNumInMonthTest()
        {
            DateTime tim          = DateTime.Now;
            int      intWeekValue = ConvertClass.GetWeekNumInMonth(tim);

            Assert.AreEqual(intWeekValue, 1);
        }