対象日付の実際の値として使用する項目値を取得します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public string GetValueItem(
	DateTime keyDate,
	int index
)
Visual Basic
Public Function GetValueItem ( _
	keyDate As DateTime, _
	index As Integer _
) As String

Parameters

keyDate
Type: System..::..DateTime
対象とする日付。
index
Type: System..::..Int32
インデックス番号。

Return Value

実際の値として使用する項目値。

Remarks