close

{C#} 資料庫取出Datetime,日期比大小

 
(DateTime.Compare(t1, t2) > 0) 指===> ("t1 > t2"); 
(DateTime.Compare(t1, t2) == 0) 指===> ("t1 == t2"); 
(DateTime.Compare(t1, t2) < 0) 指===> ("t1 < t2");
 
 
http://infofabwhat.blogspot.tw/2012/03/sql_29.html
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 amychang2014 的頭像
    amychang2014

    工作需要筆記

    amychang2014 發表在 痞客邦 留言(0) 人氣()