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