Share via


Recurrence Members

The Recurrence class represents an iCalendar recurrence rule value type as defined by RFC 2445.

The following tables list the members exposed by the Recurrence type.

Public Constructors

  Name Description
Recurrence Overloaded. The Recurrence constructor overloads create new Recurrence objects.

Top

Public Properties

  Name Description
Aa566265.pubproperty(en-us,EXCHG.80).gif AvailableProperties The AvailableProperties property gets or sets a RecurrenceProperties enumeration value that indicates the set of properties that are valid for this Recurrence object.
Aa566265.pubproperty(en-us,EXCHG.80).gif ByDayList The ByDayList property gets or sets an array of Recurrence.ByDay structures that together represent the value of the BYDAY property.
Aa566265.pubproperty(en-us,EXCHG.80).gif ByHour The ByHour property gets or sets an array of integers that represents the value of the BYHOUR property.
Aa566265.pubproperty(en-us,EXCHG.80).gif ByMinute The ByMinute property gets or sets an array of integers that together represent the value of the BYMINUTE property.
Aa566265.pubproperty(en-us,EXCHG.80).gif ByMonth The ByMonth property gets or sets an array of integers that together represent the value of the BYMONTH property.
Aa566265.pubproperty(en-us,EXCHG.80).gif ByMonthDay The ByMonthDay property gets or sets an array of integers that together represent the value of the BYMONTHDAY property.
Aa566265.pubproperty(en-us,EXCHG.80).gif BySecond The BySecond property gets or sets an array of integers that together represent the value of the BYSECOND property.
Aa566265.pubproperty(en-us,EXCHG.80).gif BySetPosition The BySetPosition property gets or sets an array of integers that together represent the value of the BYSETPOS property.
Aa566265.pubproperty(en-us,EXCHG.80).gif ByWeek The ByWeek property gets or sets an array of integers that together represent the value of the BYWEEK property.
Aa566265.pubproperty(en-us,EXCHG.80).gif ByYearDay The ByYearDay property gets or sets an array of integers that together represent the value of the BYYEARDAY property.
Aa566265.pubproperty(en-us,EXCHG.80).gif Count The Count property gets or sets an integer that represents the value of the COUNT property.
Aa566265.pubproperty(en-us,EXCHG.80).gif Frequency The Frequency property gets or sets a Frequency enumeration value that represents the FREQ parameter.
Aa566265.pubproperty(en-us,EXCHG.80).gif Interval The Interval property gets or sets an array of integers that together represent the value of the INTERVAL property.
Aa566265.pubproperty(en-us,EXCHG.80).gif UntilDate The UntilDate property gets or sets a DateTime that represents the value of the UNTIL property when it is defined with an RFC 2445 date.
Aa566265.pubproperty(en-us,EXCHG.80).gif UntilDateTime The UntilDateTime property gets or sets a DateTime that represents the value of the UNTIL property when it is defined with an RFC 2445 datetime.
Aa566265.pubproperty(en-us,EXCHG.80).gif WorkWeekStart The WorkWeekStart property gets or sets a DayOfWeek that represents the value of the WKST property.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa566265.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa566265.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa566265.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566265.pubmethod(en-us,EXCHG.80).gifAa566265.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566265.pubmethod(en-us,EXCHG.80).gif ToString Overridden. The ToString method returns a string that represents this Recurrence object as iCalendar data.

Top

Protected Methods

  Name Description
Aa566265.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa566265.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top