Returns true if a date object is null.
bIsNull = dt:IsNull()
dtDate = fhNewDate() if dtDate:IsNull() then fhMessageBox('Date is not set') end