[]
        
(Showing Draft Content)

C1.Schedule.DateList.GetNextDate

GetNextDate Method

GetNextDate(DateTime)

Returns the first item that is greater than specified one.

Declaration
public DateTime GetNextDate(DateTime item)
Public Function GetNextDate(item As Date) As Date
Parameters
Type Name Description
DateTime item

An item to search for.

Returns
Type Description
DateTime

The first item that is greater than specified one; or DateTime.MaxValue if such item is not found.