Hi Corinne,Since DateTime is a value type you cannot assign null to it,
but exactly for these cases (absence of a value), You can set a DateTime
variable to MinTime but the variable itself cannot be null. To get this
MinTime use: ToDateTime() as expression with empty params. which will
set your date to 02-01-1900 00:00:00Regards,Amit