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