| 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
Methods
Add | Adds a item to the dictionary. |
Add | Adds a item to the dictionary. |
Count | Returns the count of elements in the dictionary. |
Item | Use this variation of the Item function together with the Count function to iterate through all items in the dictionary. |
Item | Gets a item based on a given key from the dictionary. |
Item | Gets a item based on a given key from the dictionary. |
Operator_Subscript | Implements operator to read to the dictionary with the ( ) indexer operator. This variation fetches a item by a date as key. |
Operator_Subscript | Implements operator to read to the dictionary with the ( ) indexer operator. This variation fetches a item by a integer index. |
Operator_Subscript | Implements 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. |
Remove | Removes a item from the dictionary. |
Remove | Removes a item from the dictionary. |
Supported Platforms:
MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86Unsupported Platforms: