52 string CommandOptionWithCommonTimeArg :: checkArguments()
54 string errstr = CommandOptionWithAnyArg::checkArguments();
56 if (errstr !=
string())
59 vector<string>::size_type vecindex;
60 for(vecindex = 0; vecindex < value.size(); vecindex++)
62 if (timeSpec !=
string())
67 scanTime(t, value[vecindex], timeSpec);
72 errstr +=
"\"" + value[vecindex] +
"\" is not a valid time.";
76 errstr +=
"\"" + value[vecindex] +
"\" is not a valid time.";