[]
        
(Showing Draft Content)

C1.Schedule.DateList.GetPreviousDate

GetPreviousDate Method

GetPreviousDate(DateTime)

Returns the first item that is less than specified one.

Declaration
public DateTime GetPreviousDate(DateTime item)
Parameters
Type Name Description
DateTime item

An item to search for.

Returns
Type Description
DateTime

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