Exemple #1
0
        public virtual bool EhValue2Changed(string txt)
        {
            if (!GUIConversion.IsDateTime(txt))
            {
                return(true);
            }

            GUIConversion.IsDateTime(txt, out _end);
            _endChanged = true;
            return(false);
        }