string myDateTime1;
string myDateTime2;
if(myDateTime1>myDateTime2)
 {
   }
我得到的是两个string格式的时间,请问要怎么做才能比较他们的大小?