C1.Silverlight.Schedule.5
GetNextDate Method

An item to search for.
Returns the first item that is greater than specified one.
Syntax
'Declaration
 
Public Function GetNextDate( _
   ByVal item As System.Date _
) As System.Date
public System.DateTime GetNextDate( 
   System.DateTime item
)

Parameters

item
An item to search for.

Return Value

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

Reference

DateList Class
DateList Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.