バージョン

GetStart メソッド (TimescaleBandBase)

指定した基準日に基づいた範囲の DateRange の取得に使用します。
シンタックス
'宣言
 
Protected Friend MustOverride Function GetStart( _
   ByVal relativeDate As Date, _
   ByVal anchorDate As Date, _
   ByVal info As TimescaleInfo _
) As Infragistics.DateRange
protected internal abstract Infragistics.DateRange GetStart( 
   DateTime relativeDate,
   DateTime anchorDate,
   TimescaleInfo info
)

パラメータ

relativeDate
所属する範囲を返す基準日。
anchorDate
計算対象範囲のピボット/アンカーとして使用する日付。
info
範囲の計算時に使用する情報を提供します。

戻り値の型

指定した基準日が所属する DateRange。範囲の最後は含みません。
参照