How do I check for time for between. suppose I have Time in string format like “02:00 PM” and I want to check it between two other times. How can I check for this, as the time is in string format ?
The value to be compare with the times is store in DataTable, and I am using the Select function of the datatable.
How do I check for time for between. suppose I have Time in string
Share
You can always convert to string to a timespan (or datetime) something like this: