I have string like this “24:00:00” and I would like to convert it to time. I tried convert and DateTime.Parse but it seems like it needs a date too. Is there a way to just get time, or do I have to put in a date as well?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are only interested in the time component, consider using
TimeSpaninstead of the fullDateTime.