Returns the first item that is less than specified one.
public System.DateTime GetPreviousDate(
System.DateTime
)
'Declaration
Public Function GetPreviousDate( _
ByVal As System.Date _
) As System.Date
Parameters
- item
- An item to search for.
Return Value
The first item that is less than specified one; or DateTime.MinValue if such item is not found.