Hi all,
I have CSOM code to take data from SharePoint and add in CSV. But I observed that date column when i take, its one day less.
Any workaround for this?
Below is code line:
string strStartdate=Convert.ToDateTime(item["Start_x0020_of_x0020_Date"]).ToString();