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 separated into 3 integers, day, month and year as key.

Operator_Subscript(
   day as Integer,
   month as Integer,
   year as Integer) as Variant

Parameters

day
The day part of the key.
month
The month part of the key.
year
The year part of the key.

Returns

Variant

Remarks

Only REALbasic 2010r4 and later support this operator.

See Also

DateDictionary Class