対象日付の選択されている項目の0から始まるインデックス番号を取得します。

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

Syntax

C#
public int GetItemSelectedIndex(
	DateTime keyDate
)
Visual Basic
Public Function GetItemSelectedIndex ( _
	keyDate As DateTime _
) As Integer

Parameters

keyDate
Type: System..::..DateTime
対象とする日付。

Return Value

インデックス番号。

Remarks