Scheduler for UWP/WinRT
GetNextDate メソッド

検索する項目。
指定された項目より大きい最初の項目を返します。
構文
'宣言
 
Public Function GetNextDate( _
   ByVal item As System.Date _
) As System.Date
public System.DateTime GetNextDate( 
   System.DateTime item
)

パラメータ

item
検索する項目。

戻り値の型

指定された項目より大きい最初の項目。項目が見つからない場合は DateTime.MaxValue。
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