Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / DateList Class / GetNextDate Method
An item to search for.

In This Topic
    GetNextDate Method (DateList)
    In This Topic
    Returns the first item that is greater than specified one.
    Syntax
    'Declaration
     
    
    Public Function GetNextDate( _
       ByVal item As Date _
    ) As Date
    public DateTime GetNextDate( 
       DateTime item
    )

    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.
    See Also