Elapsed Time

I have two textboxes(1,2) can someone please tell me how to set the boxes property for time input only. Then how could I caluclate the time in hours & minutes between the two textboxes.

1 Reply

RP Ramesh Praveen Syncfusion Team June 25, 2003 11:47 AM UTC

You will have to use a masked edit box like we provide in Essential Tools. Then use the DateTime.Parse method to convert the string in the masked edit to a DateTime instance. -Praveen

Loader.
Up arrow icon