バージョン

DateIntervalUnits 列挙体

DateInterval が表される単位を表す定数。
シンタックス
'宣言
 
Public Enum DateIntervalUnits 
   Inherits System.Enum
public enum DateIntervalUnits : System.Enum 
メンバ
メンバ解説
Daysサイクルの頻度 (日)。
Monthsサイクルの頻度 (月)。
Weeksサイクルの頻度 (7 日の週)。
Yearsサイクルの頻度 (年間)。
参照