[This is preliminary documentation and is subject to change.]
The RecurrenceInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RecurrenceInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Dump |
Dumps the object for debugging.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetObjectData |
Gets the object data using the SerializationInfo and the
StreamingContext.
|
![]() | GetRecurringDates |
Gets the arraylist of recurring dates from the given date
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Converts the object to String.
(Overrides Object..::.ToString()()().) |
Fields
Name | Description | |
---|---|---|
![]() | DailyCount |
The daily count.
|
![]() | IsDailyWeekday |
Shows if the daily restricted only to the weekedays.
|
![]() | IsMonthlyDayBasis |
Shows if the monthly Recurrence on the basis of a particular day.
|
![]() | IsRangeEndByDate |
Shows if the range is selected by the End By date.
|
![]() | IsYearlyMonthBasis |
Shows if the yearly Recurrence is on monthly basis.
|
![]() | MonthlyDayMonthNum |
The month number for the monthly Recurrence on daily basis.
|
![]() | MonthlyDayNum |
The monthly Recurrence day number.
|
![]() | MonthlyWeekCount |
The week of the month for monthly Recurrence.
|
![]() | MonthlyWeekDay |
The day of the week for monthly Recurrence.
|
![]() | MonthlyWeekMonthNum |
The monthly Recurrence month number.
|
![]() | Period |
The period of Recurrence.
|
![]() | RangeEndByDate |
The range end by date.
|
![]() | RangeOccurrencesCount |
The occurence count for the range.
|
![]() | Weekday |
The day of the week.
|
![]() | WeeklyCount |
The weekly count.
|
![]() | YearlyDay |
The day for the yearly Recurrence.
|
![]() | YearlyMonth |
The month for the yearly Recurrence.
|
![]() | YearlyWeekCount |
Yearly Recurrence week count.
|
![]() | YearlyWeekDay |
Yearly Recurrence week day.
|
![]() | YearlyWeekMonth |
Yearly Recurrence week month.
|