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