CalendarControl Xojo Plugin

DateDictionary.Item Method

Gets a item based on a given key from the dictionary.

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

Parameters

day
This is the day of the month.
month
This is the month part of the date.
year
This is the year part of the date.

Returns

Variant

Remarks

Returns the Variant data from the dictionary.

See Also

DateDictionary Class