[]
Returns the first item that is less than specified one.
public DateTime GetPreviousDate(DateTime item)
| Type | Name | Description |
|---|---|---|
| DateTime | item | An item to search for. |
| Type | Description |
|---|---|
| DateTime | The first item that is less than specified one; or DateTime.MinValue if such item is not found. |