CalendarControl Xojo Plugin

DateDictionary Class (console safe)

DateDictionary is a high speed dictionary class which uses dates as dictionary keys, that uses hash tables to maximize performance.

Object
   DateDictionary

class DateDictionary

Constructors

DateDictionaryThe constructor for the DateDictionary.

Methods

AddAdds a item to the dictionary.
AddAdds an item to the dictionary.
CountReturns the count of elements in the dictionary.
ItemGets a item based on a given key from the dictionary.
ItemGets a item based on a given key from the dictionary.
ItemUse this variation of the Item function together with the Count function to iterate through all items in the dictionary.
Operator_SubscriptImplements operator to read to the dictionary with the ( ) indexer operator. This variation fetches a item by a date as key.
Operator_SubscriptImplements 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_SubscriptImplements operator to read to the dictionary with the ( ) indexer operator. This variation fetches a item by a integer index.
RemoveRemoves a item from the dictionary.
RemoveRemoves a item from the dictionary.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit