[To be supplied.]
[C#] In C#, this member is the indexer for the RecurrencePatterns class.
Gets or sets the recurrence pattern specified by the given index.
[Visual Basic] Overloads Public Default Property Item(Integer) As IRecurrencePattern
[C#] public IRecurrencePattern this[int] {get; set;}
[C++] public: __property IRecurrencePattern* get_Item(int);
public: __property void set_Item(int, IRecurrencePattern*);
[JScript] RecurrencePatterns.Item (int)
Gets or sets the recurrence pattern specified by the given pattern name.
[Visual Basic] Overloads Public Default Property Item(String) As IRecurrencePattern
[C#] public IRecurrencePattern this[String] {get; set;}
[C++] public: __property IRecurrencePattern* get_Item(String*);
public: __property void set_Item(String*, IRecurrencePattern*);
[JScript] RecurrencePatterns.Item (String)
RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace