'宣言 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.