バージョン

DateDataDate メソッド (LogMeasurements)

線上に日付の位置をマップします。
シンタックス
'宣言
 
Public Function DateDataDate( _
   ByVal startDate As Date, _
   ByVal endDate As Date, _
   ByVal totalWidth As Single, _
   ByVal d_i As Date _
) As Single
public float DateDataDate( 
   DateTime startDate,
   DateTime endDate,
   float totalWidth,
   DateTime d_i
)

パラメータ

startDate
開始日付。
endDate
終了日付。
totalWidth
線幅。
d_i
データ項目。

戻り値の型

指定のパラメーターを持つ線上のd_iの位置。
参照