摘要:
先列个CODE出来 public void MadeDateTime(DateTime standTime, out DateTime? startTime, out DateTime? endTime) { //1~3;4~6;7~9;10~12 //1-4-7-10 int baseMonth = standTime.Month - 1; int MonthLen = baseMonth / 3; startTime = new DateTime(sta... 阅读全文
posted @ 2011-08-25 15:18
magic_evan
阅读(2570)
评论(0)
推荐(0)
浙公网安备 33010602011771号