case 'Hour':
                        if ($this->blnTimeNull && (!is_null($mixValue)))
                            throw new QDateTimeNullException('Cannot set the Hour property on a null time.  Use SetTime().');
                        if (is_null($mixValue)) {
                            $this->blnTimeNull = true;