バージョン

DateTimeUnitType 列挙体

日時ユニット タイプを指定します。
シンタックス
'宣言
 
Public Enum DateTimeUnitType 
   Inherits System.Enum
public enum DateTimeUnitType : System.Enum 
メンバ
メンバ解説
Auto自動的に決まります。
Days単位タイプは日です。
Hours単位タイプは時間です。
Milliseconds単位タイプはミリ秒です。
Minutes単位タイプは分です。
Months単位タイプは月です。
Seconds単位タイプは秒です。
Weeks単位タイプは週です。
Years単位タイプは年です。
参照