<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zeeep01</author_name>
  <author_url>https://blog.hatena.ne.jp/zeeep01/</author_url>
  <blog_title>現場で覚えるASP.net開発日記</blog_title>
  <blog_url>https://zeeep01.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>★netで日付の加減算を行なうサンプル・日付加減算 Dim datSetDate As Date・一月前 datSetDate = Now.AddMonths(-1) ・3日後 datSetDate = Now.AddDays(3) ・3時間前 datSetDate = Now.AddHours(-3)・二つの日付から日数を計算。(DATE2 - DATE1 = ？日) Private decDAY As Decimal decDAY = DateDiff(DateInterval.Day, DATE1, DATE2) ・参考 http://go2vb.cocolog-nifty.com/bl…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzeeep01.hatenadiary.org%2Fentry%2F20091112%2F1258017935&quot; title=&quot;.netによる日付の計算 - 現場で覚えるASP.net開発日記&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>2009-11-12 18:25:35</published>
  <title>.netによる日付の計算</title>
  <type>rich</type>
  <url>https://zeeep01.hatenadiary.org/entry/20091112/1258017935</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
