FormatResolvedHrsMins = Convert.ToString(keyValueCollection["ResolvedHrs"]) + ":" + Convert.ToString(keyValueCollection["ResolvedMin"]);
KeyValuePair<string, object> ExpectedClosure = new KeyValuePair<string, object>("ExpectedClosure", FormatResolvedHrsMins);
keyValueCollection.Add(ExpectedClosure);
KeyValuePair<string, object> ExpectedClosure = new KeyValuePair<string, object>("ExpectedClosure", FormatResolvedHrsMins);
keyValueCollection.Add(ExpectedClosure);
No comments:
Post a Comment