« Home | Dynamic generation of Word(.DOCX) file » | Hiding CRM Elements » | CRM 5.0 Features » | Change the default entity in Lookup Window » | Multiple Column Sort in Dynamics CRM » | Display a Google Map for an Account » | ASP.NET Application Deployment Resources » | Visual Studio Error: The project file ' ' has been... » | Progress Bar in Dynamics CRM 4.0 » | Backup, Restore & Publish Dynamics CRM Customizati... »

CrmDateTime conversion to DateTime

1.Convert.ToDateTime(crmdatetime.Value)
2.DateTime.Parse(crmdatetime.Value)

For more information on the CrmDateTime, look in the SDK:

Check here

Labels: , , , , , , ,

Post a Comment