基于性能的编程技巧点滴[4]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

     {

         dtBegin = dtInput;

         dtEnd = new DateTime(9999,12,31,23,59,59);         

     }

     else

     {

         dtBegin = new DateTime(1900,1,1,0,0,0);

         dtEnd = dtInput;       

     }

 

     return UserQuery(dtBegin,dtEnd);

}

 

 

本文关键:基于性能的编程技巧点滴
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top