Add
Add (1 of 2)
Adds an array of month, week, day, hour, minute or second to the collection.
Returns: void Aspose::Email::Calendar::Recurrences::
Add(const System::ArrayPtr< int32_t > & values)
| Parameter | Description |
|---|---|
| values | The values. |
Add (2 of 2)
Adds a month, week, day, hour, minute or second to the collection.
Returns: The zero-based index of the newly added item.
Add(int32_t value)
| Parameter | Description |
|---|---|
| value | The value to add. |