Hi,
Is there a issue of ToUniversalTime() in crm 2013?
Because when i converting Appointment scheduledstart to universal time value of sql server in my code,It gives me wrong output.Below is my code.
DateTime scheduleEmd = Convert.ToDateTime(objAppointment[count].ScheduledEnd);
node.SelectSingleNode("Form/scheduledend/Value").InnerText = scheduleEmd.ToUniversalTime().ToString();
Thanks.
*This post is locked for comments
I have the same question (0)