Returns the first item that is less than specified one.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public DateTime GetPreviousDate( DateTime item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetPreviousDate ( _ item As DateTime _ ) As DateTime |
Parameters
- item
- Type: System..::..DateTime
An item to search for.