CalendarControl REALbasic Plugin

DateDictionary Class

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 a item to the dictionary.
CountReturns the count of elements in the dictionary.
ItemUse this variation of the Item function together with the Count function to iterate through all items 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.
RemoveRemoves a item from the dictionary.
RemoveRemoves a item from the dictionary.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86