Calendar for UWP/WinRT
Contains メソッド (DateList)

検索する項目。
指定された項目がコレクションに存在する場合は true を返します。
構文
'宣言
 
Public Shadows Function Contains( _
   ByVal item As System.Date _
) As System.Boolean
public new System.bool Contains( 
   System.DateTime item
)

パラメータ

item
検索する項目。

戻り値の型

項目がコレクションに存在する場合は true。
Requirements

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

参照

関連項目

DateList クラス
DateList メンバ

Send Feedback