A
Alan Ho
e.g.
Label17.Text=((DateTime.Parse(addEndText.Text))-(DateTime.Parse(addStartText
..Text))).ToString();
how can i calculate 10:00:00 - 20:00:00 then the result will ouput integer
and = 10
Thanks
Label17.Text=((DateTime.Parse(addEndText.Text))-(DateTime.Parse(addStartText
..Text))).ToString();
how can i calculate 10:00:00 - 20:00:00 then the result will ouput integer
and = 10
Thanks