9
DevDez
6y

Microsoft.Graph has filtering capabilities for dates, which is great.

Format is: "2018-04-12T12:00:00Z"

Doesn't natively support string conversion of a DateTime to match the pattern... Nor does Graph accept any date formats such as the "s" parameter for sortable dates, which goes into milliseconds, etc.

DateTime.ToString("derp");

Sometimes I wish I was a Java Dev.

Comments
  • 3
    XD, I think it's because it's saved just like that in sharepoint. But you have a ISO function to work with that. Nervermind, dates always fucked me up in every single language, so... I understand your frustration
Add Comment