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 date as key.

Operator_Subscript(
   day as Date) as Variant

Parameters

day
The day representing the key.

Returns

Variant

Remarks

Only REALbasic 2010r4 and later support this operator.

See Also

DateDictionary Class