Namespace: ITHit.WebDAV.Calendar
The IRecurrenceRule type exposes the following members.
Name | Description | |
---|---|---|
![]() | ByDay |
Gets or sets "BYDAY" rule part which represents list of days of the week.
|
![]() | ByHour |
Gets or sets "BYHOUR" rule part which represents list of hours of the day. Valid values are 0 to 23.
|
![]() | ByMinute |
Gets or sets "BYMINUTE" rule part which represents list of minutes within an hour. Valid values are 0 to 59.
|
![]() | ByMonth |
Gets or sets "BYMONTH" rule part which represents list of months of the year. Valid values are 1 to 12.
|
![]() | ByMonthDay |
Gets or sets "BYMONTHDAY" rule part which represents of days of the month. Valid values are 1 to 31 or -31 to -1.
|
![]() | BySecond |
Gets or sets "BYSECOND" rule part which represents list of seconds within a minute. Valid values are 0 to 60.
|
![]() | BySetPos |
Gets or sets "BYSETPOS" rule part which represents the nth occurrence within the set of recurrence
instances specified by the rule. Valid values are 1 to 366 or -366 to -1.
|
![]() | ByWeekNo |
Gets or sets "BYWEEKNO" rule part which represents weeks of the year. Valid values are 1 to 53 or -53 to -1.
|
![]() | ByYearDay |
Gets or sets "BYYEARDAY" rule part which represents of days of the year. Valid values are 1 to 366 or -366 to -1.
|
![]() | Container |
Parent component for this instance.
(Inherited from IDavProperty.) |
![]() | Count |
Gets or sets "COUNT" rule part which contains the number of occurrences at which to
range-bound the recurrence. The "DTSTART" property value always counts as the first occurrence.
|
![]() | Frequency |
Gets or sets "FREQ" rule part which contains the recurrence rule frequency.
|
![]() | Interval |
Gets or sets "INTERVAL" rule part which contains a positive integer representing at which intervals the recurrence rule repeats.
|
![]() | RawProperty |
Provides low-level access to business card or calendar property.
(Inherited from IDavProperty.) |
![]() | Until |
Gets or sets "UNTIL" rule part which contains a date or date-time until which the recurrence rule is valid. It must be "floating" if the Start is "floating", UTC otherwise.
|
![]() | WeekStart |
Gets or sets "WKST" rule part which represents the day on which the workweek starts.
|
Name | Description | |
---|---|---|
![]() | Init |
Called by the library when new property is created to set the default property value.
Used for internal purposes only in CreateItem call. Do not call this method deirectly.
(Inherited from IDavProperty.) |
![]() | Remove |
Deletes property from calendar or business card.
(Inherited from IDavProperty.) |
![]() | Serialize |
Returns a string that represents this property in serialized form.
(Inherited from IDavProperty.) |