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

See Also

Other Resources

Type Conversions in Visual Basic