نقل قول نوشته شده توسط Mahmoud Zaad مشاهده تاپیک
سلام
این نمونه برای تاریخ میلادی
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
از این کد استفاده کردم خطا میده
Invalid cast from 'Int32' to 'DateTime'.