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