TcxSchedulerDateList.IndexOf(TDateTime) Method
In This Article
Returns the zero-based index of the ADate date in the TcxSchedulerDateList collection.
#Declaration
#Parameters
Name | Type |
---|---|
ADate | TDate |
#Returns
Type |
---|
Integer |
#Remarks
This method returns -1 if there is no ADate date in the TcxSchedulerDateList collection.
Note
the Index
See Also