public void IncorrectFormatForTimeOfDayExpression()
        {
            var expectedErrors = new EdmLibTestErrors()
            {
                { 6, 10, EdmErrorCode.InvalidTimeOfDay }
            };

            this.VerifySemanticValidation(ExpressionValidationTestModelBuilder.IncorrectFormatorTimeOfDayExpression(this.EdmVersion), expectedErrors);
        }