バージョン

TimeRuler コンストラクタ(DateTime,DateTime)

TimeRulerコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal min As Date, _
   ByVal max As Date _
)
public TimeRuler( 
   DateTime min,
   DateTime max
)

パラメータ

min
このルーラの最小値。
max
このルーラの最大値。
参照