Click or drag to resize

iCalRecurrencePattern Class

Holds information about a recurrence pattern.
Inheritance Hierarchy
SystemObject
  NetQuarry.MailiCalRecurrencePattern

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class RecurrencePattern

The iCalRecurrencePattern type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyByDay
The list of days for which this recurrence applies.
Public propertyByHour
Provided for completeness only. The usefulness of calendar items recurring hourly is unclear. The calendar item recurs for a list of hours while observing the specified frequency and other specified pattern information (e.g. ByDay).
Public propertyByMinute
Provided for completeness only. The usefulness of calendar items recurring minute-by-minute is unclear. The calendar item recurs for a list of minutes while observing the specified frequency and other specified pattern information (e.g. ByDay).
Public propertyByMonth
The list of 1-based months for which this recurrence applies.
Public propertyByMonthDay
The list of 1-based days-of-the-month for which this recurrence applies, for example, recurrences such as "1st and 15th of the month for the next 6 months". This is really only applicable with recurrence frequencies of Monthly and Yearly.
Public propertyBySecond
Provided for completeness only. The usefulness of calendar items recurring second-by-second is unclear. The calendar item recurs for a list of seconds while observing the specified frequency and other specified pattern information (e.g. ByDay).
Public propertyBySetPosition
The list of numbers per the other By rules. For example the "second weekday of the month" would be specified on a monthly Frequency by setting this value to 2 and setting ByDay to include Monday, Tuesday, Wednesday, Thursday, and Friday.
Public propertyByWeekNo
The list of 1-based week numbers for which this recurrence applies, for example, recurrences such as "1st and 3rd week of the month for the next 6 months". This is really only applicable with recurrence frequencies of Monthly and Yearly.
Public propertyByYearDay
The list of 1-based days-of-the-year (e.g. 1 through 366) for which this recurrence applies, for example, recurrences such as "1st and 100th day of the year for the next 5 years". This is really only applicable with recurrence frequency of Yearly.
Public propertyCount
Gets/sets the number of recurrences. For example, an meeting scheduled to occur once week for 10 weeks.
Public propertyFirstDayOfWeek
The day of week for patterns such as "the first Monday of each month". This is really only applicable with recurrence frequencies of Monthly and Yearly.
Public propertyFrequency
Public propertyInterval
Gets/sets the recurrence interval per unit of Frequency
Public propertyUntil
Gets/sets the end date/time of the recurrence. For example, an meeting scheduled to occur once week until the specified date.
Top
Methods
  NameDescription
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 methodGetDates
Returns an array of DateTime objects. Note that if the Until value AND the Count value are unset the maximum number of dates returned is 12 months, 365 days, 52 weeks, or 1 year, depending on the frequency of the pattern.
Public methodGetDisplayName
Returns the display name for this pattern.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 recurrence pattern to an iCalRecurrencePattern recurrence string using the RecurrencePatternSerializer helper class.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also