CalendarControl Xojo Plugin

DateDictionary.Add Method

Adds a item to the dictionary.

Add(
   data as Variant,
   day as DateTime)

Parameters

data
The data to add.
day
This is the entire date as Date object.

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

Remarks

See Also

DateDictionary Class