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
2.DateTime.Parse(crmdatetime.Value)
For more information on the CrmDateTime, look in the SDK:
Check here
Labels: conversion, crm, crm 4.0, crmdatetime, datetime, dynamics, microsoft, sdk
Post a Comment