S
Sharon
Hi
I am reading string time values from text file example:
"08:09"
"8:44"
What is the correct way to handle (convent from string to Time) time objects
in c#?
And how do I check if the time object is in a specified range?
Example
If ( myTime > "9:00" && myTime < "11:00")
Thank you very much
Sharon.G
I am reading string time values from text file example:
"08:09"
"8:44"
What is the correct way to handle (convent from string to Time) time objects
in c#?
And how do I check if the time object is in a specified range?
Example
If ( myTime > "9:00" && myTime < "11:00")
Thank you very much
Sharon.G