Example #1
0
        public void TestGetListofMonths()
        {
            var test = PMTCalendar.GetMonthList();

            foreach (var t in test)
            {
                Console.WriteLine(t.Name + " : " + t.Value);
            }
        }