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