Conversion from 'Double' to 'Date' requires calling the 'Date.FromOADate'
You have attempted to cast a Date value to a Double value, which cannot be done without using the DateTime.FromOADate method.
Error ID: BC30533
To correct this error
- Use the FromOADate method to convert the value.