I am working with the you-tube API, which returns JSON data. The video published date is in this format: "publishedAt": "2017-04-30T18:18:41.000Z"
.
After deserializing the JSON object, I want to get the date from the published DateTime
in C#.
How can I do it, and what is this format of DateTime
?