PowerTools PlusPak for Windows Forms 8.0J
Item(DateTime) プロパティ

日付を示す System.DateTime 値。
指定した日付に関連付けられたメモを取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal date As Date _
) As IList(Of CalendarNote)
public IList<CalendarNote> Item( 
   DateTime date
) {get;}

パラメータ

date
日付を示す System.DateTime 値。

プロパティ値

指定した日付に関連付けられたメモを含む IList コレクション。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

CalendarNoteCollection クラス
CalendarNoteCollection メンバ
オーバーロード一覧

Send Feedback