CalendarControl Xojo Plugin

DateDictionary.Add Method

Adds a item to the dictionary.

Add(
   data as Variant,
   day as Integer,
   month as Integer,
   year as Integer)

Parameters

data
The data to add.
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.

Remarks

See Also

DateDictionary Class