Represents a set of months, weeks, days, hours, minutes or seconds in a recurrence rule.
Inheritance Hierarchy
Namespace:
Aspose.Email.Calendar.Recurrences
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic class ByNumberCollection : List<int>
Public Class ByNumberCollection
Inherits List(Of Integer)
public ref class ByNumberCollection : public List<int>
type ByNumberCollection =
class
inherit List<int>
end
The ByNumberCollection type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Add(Int32) |
Adds a month, week, day, hour, minute or second to the collection.
|
 | Add(Int32) |
Adds an array of month, week, day, hour, minute or second to the collection.
|
 | AddRange | (Inherited from ListInt32.) |
 | AsReadOnly | (Inherited from ListInt32.) |
 | BinarySearch(T) | (Inherited from ListInt32.) |
 | BinarySearch(T, IComparerT) | (Inherited from ListInt32.) |
 | BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListInt32.) |
 | Clear | (Inherited from ListInt32.) |
 | Contains | (Inherited from ListInt32.) |
 | ConvertAllTOutput | (Inherited from ListInt32.) |
 | CopyTo(T) | (Inherited from ListInt32.) |
 | CopyTo(T, Int32) | (Inherited from ListInt32.) |
 | CopyTo(Int32, T, Int32, Int32) | (Inherited from ListInt32.) |
 | Equals | (Inherited from Object.) |
 | Exists | (Inherited from ListInt32.) |
 | Finalize | (Inherited from Object.) |
 | Find | (Inherited from ListInt32.) |
 | FindAll | (Inherited from ListInt32.) |
 | FindIndex(PredicateT) | (Inherited from ListInt32.) |
 | FindIndex(Int32, PredicateT) | (Inherited from ListInt32.) |
 | FindIndex(Int32, Int32, PredicateT) | (Inherited from ListInt32.) |
 | FindLast | (Inherited from ListInt32.) |
 | FindLastIndex(PredicateT) | (Inherited from ListInt32.) |
 | FindLastIndex(Int32, PredicateT) | (Inherited from ListInt32.) |
 | FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListInt32.) |
 | ForEach | (Inherited from ListInt32.) |
 | GetEnumerator | (Inherited from ListInt32.) |
 | GetHashCode | (Inherited from Object.) |
 | GetRange | (Inherited from ListInt32.) |
 | GetType | (Inherited from Object.) |
 | IndexOf(T) | (Inherited from ListInt32.) |
 | IndexOf(T, Int32) | (Inherited from ListInt32.) |
 | IndexOf(T, Int32, Int32) | (Inherited from ListInt32.) |
 | Insert | (Inherited from ListInt32.) |
 | InsertRange | (Inherited from ListInt32.) |
 | LastIndexOf(T) | (Inherited from ListInt32.) |
 | LastIndexOf(T, Int32) | (Inherited from ListInt32.) |
 | LastIndexOf(T, Int32, Int32) | (Inherited from ListInt32.) |
 | MemberwiseClone | (Inherited from Object.) |
 | Remove | (Inherited from ListInt32.) |
 | RemoveAll | (Inherited from ListInt32.) |
 | RemoveAt | (Inherited from ListInt32.) |
 | RemoveRange | (Inherited from ListInt32.) |
 | Reverse | (Inherited from ListInt32.) |
 | Reverse(Int32, Int32) | (Inherited from ListInt32.) |
 | Sort | (Inherited from ListInt32.) |
 | Sort(IComparerT) | (Inherited from ListInt32.) |
 | Sort(ComparisonT) | (Inherited from ListInt32.) |
 | Sort(Int32, Int32, IComparerT) | (Inherited from ListInt32.) |
 | ToArray | (Inherited from ListInt32.) |
 | ToString | (Inherited from Object.) |
 | TrimExcess | (Inherited from ListInt32.) |
 | TrueForAll | (Inherited from ListInt32.) |
RemarksCorresponds to various BYXXX parts such as BYDAY, BYMONTH of a recurrence rule.
Most of the ByXXX properties of RecurrenceRule are implemented as ByNumberCollection.
See Also