Reputation: 1233
Easy question of the day...
What do I need to do to convert a CrmDateTime to a .NET System.DateTime?
Upvotes: 0
Views: 2868
Reputation: 15268
DateTime.Parse(crmdatetime.Value)
Upvotes: 3