Time validator which checks if attribute value is a time and in specified range.
You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.
class CDbValidatorTime :public CDbValidatorDateTime
{
public:
CDbValidatorTime();
static ReleasablePtr<CDbValidatorTime> Create(); // Helper static method to create validator in form used in model rule adding methods
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbValidatorTime.h |