Scheduler for WinForms
GetNextDate メソッド (DateList)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > DateList クラス : GetNextDate メソッド
An item to search for.
Returns the first item that is greater than specified one.
シンタックス
'宣言
 
Public Function GetNextDate( _
   ByVal item As System.Date _
) As System.Date
public System.DateTime GetNextDate( 
   System.DateTime item
)

パラメータ

item
An item to search for.

戻り値の型

The first item that is greater than specified one; or DateTime.MaxValue if such item is not found.
参照

DateList クラス
DateList メンバ