Click here to Skip to main content
15,880,392 members
Articles / Programming Languages / C#

DateTime.TryParse and the Case of Z Letter

Rate me:
Please Sign up or sign in to vote.
4.72/5 (9 votes)
8 May 2021CPOL2 min read 9.4K   11  
Explanation of how DateTime.TryParse behaves with ISO-8601 format
This short tip aims to fill the gap in docs explaining what is ISO-8601 date format, how it is treated by DateTime.TryParse compared to other formats

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Ukraine Ukraine
Team leader with 8 years of experience in the industry. Applying interest to a various range of topics such as .NET, Go, Typescript and software architecture.

Comments and Discussions