case 'Year':
                        if ($this->blnDateNull && (!is_null($mixValue)))
                            throw new QDateTimeNullException('Cannot set the Year property on a null date.  Use SetDate().');
                        if (is_null($mixValue)) {
                            $this->blnDateNull = true;