Scheduler for UWP/WinRT
GetPreviousDate メソッド

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

パラメータ

item
検索する項目。

戻り値の型

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