The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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.
RPRamesh Praveen Syncfusion Team June 25, 2003 06:47 AM
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