I want to compare two time formats like 08:30:00 ,I retrieve valus from backend my sql
string Hrin =dtod.Rows[i]["M_Intime"].tostring();
string Hrein =dtod.Rows[i]["M_Intime"].ToString();
iwant to compare these two values but this operation is not possible.In database values of the type Time .i want to compare hrin>=hrein how is this possible.Any fit conversions exist.Please Suggest a good idea.