Returns true if a date point object is null.
bIsNull = dp:IsNull()
dpDatePoint = fhNewDatePt() if dpDatePoint:IsNull() then fhMessageBox('Date point is not set') end