Scheduler for WinForms
GetPreviousDate メソッド (DateList)

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

パラメータ

item
An item to search for.

戻り値の型

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

DateList クラス
DateList メンバ