[This is preliminary documentation and is subject to change.]

The RecurrenceInfo type exposes the following members.

Constructors

  NameDescription
Public methodRecurrenceInfoOverloaded.

Methods

  NameDescription
Public methodDump
Dumps the object for debugging.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetRecurringDates
Gets the arraylist of recurring dates from the given date
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts the object to String.
(Overrides Object..::.ToString()()().)

Fields

  NameDescription
Public fieldDailyCount
The daily count.
Public fieldIsDailyWeekday
Shows if the daily restricted only to the weekedays.
Public fieldIsMonthlyDayBasis
Shows if the monthly Recurrence on the basis of a particular day.
Public fieldIsRangeEndByDate
Shows if the range is selected by the End By date.
Public fieldIsYearlyMonthBasis
Shows if the yearly Recurrence is on monthly basis.
Public fieldMonthlyDayMonthNum
The month number for the monthly Recurrence on daily basis.
Public fieldMonthlyDayNum
The monthly Recurrence day number.
Public fieldMonthlyWeekCount
The week of the month for monthly Recurrence.
Public fieldMonthlyWeekDay
The day of the week for monthly Recurrence.
Public fieldMonthlyWeekMonthNum
The monthly Recurrence month number.
Public fieldPeriod
The period of Recurrence.
Public fieldRangeEndByDate
The range end by date.
Public fieldRangeOccurrencesCount
The occurence count for the range.
Public fieldWeekday
The day of the week.
Public fieldWeeklyCount
The weekly count.
Public fieldYearlyDay
The day for the yearly Recurrence.
Public fieldYearlyMonth
The month for the yearly Recurrence.
Public fieldYearlyWeekCount
Yearly Recurrence week count.
Public fieldYearlyWeekDay
Yearly Recurrence week day.
Public fieldYearlyWeekMonth
Yearly Recurrence week month.

See Also