CalendarControl Xojo Plugin |
|
DateDictionary.Operator_Subscript Method
Implements operator to read to the dictionary with the ( ) indexer operator. This variation fetches a item by a integer index.

Operator_Subscript(
index
as Integer)
as Variant
Parameters
- index
- The index into the collection.
Returns
- Variant
Remarks
Only REALbasic 2010r4 and later support this operator.
See Also
DateDictionary Class