<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>酢ろぐ！</blog_title>
  <blog_url>https://blog.ch3cooh.jp/</blog_url>
  <categories>
  </categories>
  <description>LINQを使ってソートします。 日付を昇順でソートする var srouce = new [] { DateTime.Now, DateTime.MinValue, DateTime.MaxValue }; // 日付をソートする var dates = srouce.OrderBy(d =&gt; d.Ticks); foreach (var date in dates) { System.Diagnostics.Debug.WriteLine(date); } 出力： 0001/01/01 0:00:00 2014/03/29 15:15:15 9999/12/31 23:59:59 降順に変え…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.ch3cooh.jp%2Fentry%2F20140725%2F1406251800&quot; title=&quot;WindowsストアアプリでLINQを使って日付のコレクションをソートする - 酢ろぐ！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-07-25 10:30:00</published>
  <title>WindowsストアアプリでLINQを使って日付のコレクションをソートする</title>
  <type>rich</type>
  <url>https://blog.ch3cooh.jp/entry/20140725/1406251800</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
