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

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

    Parameters

    item
    An item to search for.

    Return Value

    The first item that is less than specified one; or DateTime.MinValue if such item is not found.
    See Also