%indent
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
* 基本仕様 [#l4238cd0]
- ref: Microsoft Docs: https://docs.microsoft.com/ja-jp/office/vba/language/reference/user-interface-help/date-data-
- ref: Microsoft Docs:~
  https://docs.microsoft.com/ja-jp/office/vba/language/reference/user-interface-help/date-data-
type

- IEEE 64 bit 浮動小数点数
- リテラルは "#" 囲み。浮動小数点数リテラルは "#" 接尾。

* 便利定義 [#mf43281f]
###
Const hour As Double = 1# / 24
Const min As Double = hour / 60
Const sec As Double = sec / 3600
Const usec As double = sec / 1000
###

////////////////////////////////////////////////////////////////
    呪文 一覧 検索 最新 バックアップ リンク元   ヘルプ   最終更新のRSS