[
  {
    "Id": "799446",
    "ThreadId": "344718",
    "Html": "\r\n<p>I am trying to pass DateTime criteria to the AddSelectedFiles function. However, I keep getting errors regarding the format of the information I am passing. I know that a date format of &quot;yyyy-mm-dd&quot; will work but, I need to pass in the time as well.&nbsp;</p>\r\n<p>I haven't been able to find an example of the time format in any of the documentation or the examples I have seen.</p>\r\n<p>Can someone point me to the correct format?</p>\r\n<p>&nbsp;</p>\r\n<p>Thanks very much.</p>\r\n",
    "PostedDate": "2012-02-24T08:21:06.393-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "799472",
    "ThreadId": "344718",
    "Html": "<p>After about an hour of searching the web, I found the answer at:</p>\r\n<p><a href=\"http://cheeso.members.winisp.net/DotNetZipHelp/html/4469abe7-8fa4-101e-975d-305d2fd0affb.htm\">http://cheeso.members.winisp.net/DotNetZipHelp/html/4469abe7-8fa4-101e-975d-305d2fd0affb.htm</a></p>\r\n<p>Here is the sentence I wanted:</p>\r\n<p>\"<span>To specify a time, use YYYY-MM-DD-HH:mm:ss or YYYY/MM/DD-HH:mm:ss as the format. If you omit the HH:mm:ss portion, it is assumed to be 00:00:00 (midnight).\"</span></p>\r\n<p>The second format given (YYYY/MM/DD-HH:mm:ss) does not seem to work...I still got the incorrect format error but, using the first format provided (YYYY-MM-DD-HH:mm:ss), except with all lower case letters (yyyy-mm-dd-hh:mm:ss) seems to work. At least, its not throwing an error.</p>\r\n<p>So...moving onward...</p>",
    "PostedDate": "2012-02-24T09:04:12.957-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "800052",
    "ThreadId": "344718",
    "Html": "<p>Surely using all lower case letters will result in the month number (MM) being replaced with the number of minutes?? This doesnt seem like .NET wold format the date correctly using all lower case</p>\r\n<p>Are you sure this works correctly?</p>",
    "PostedDate": "2012-02-26T02:47:31.093-08:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "813495",
    "ThreadId": "344718",
    "Html": "<p>You're right. Here is the format I am using:&nbsp;yyyy-MM-dd-HH:mm:ss</p>\r\n<p>Thanks</p>",
    "PostedDate": "2012-03-21T06:17:01.44-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]