CalendarControl Xojo Plugin

DateDictionary.Item Method

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

Item(
   day as DateTime) as Variant

Parameters

day
This is the entire date as Date object.

Note when using the APIv1 version then this will be Date object and not DateTime.

Returns

Variant

Remarks

See Also

DateDictionary Class