我怎样才能date从day of yearC#中获得?
我有这个代码:
int a = 53; // This is the day of year value, that I got previously
string b = Convert.ToDateTime(a).ToString(); // Trying to get the date
Run Code Online (Sandbox Code Playgroud)
我需要获得价值22.2.2014.但这不起作用,我该怎么办?提前致谢.