ASPxClientRecurrenceInfo Methods
Contains information defining the occurrences of a recurring client appointment.| Name | Description |
|---|---|
| GetDayNumber | Gets the ordinal number of a day within a defined month. |
| GetDuration | Gets the duration of the recurrence. |
| GetEnd | Gets the recurrence end date. |
| GetMonth | Gets the month (as a number) on which the corresponding appointment recurs. |
| GetOccurrenceCount | Gets how many times the appointment occurs. |
| GetPeriodicity | Gets the frequency with which the corresponding appointment reoccurs (dependent on the recurrence Type). |
| GetRange | Gets the type of the recurrence range. |
| GetRecurrenceType | Gets the time base for the frequency of the corresponding appointment reoccurrence. |
| GetStart | Gets the recurrence start date. |
| GetWeekDays | Gets the day/days in a week on which the corresponding appointment occurs. |
| GetWeekOfMonth | Gets the occurrence number of the week in a month for the recurrence pattern. |
| SetDayNumber(dayNumber) | Sets the ordinal number of a day within a defined month. |
| SetDuration(duration) | Sets the duration of the recurrence. |
| SetEnd(end) | Sets the recurrence end date. |
| SetMonth(month) | Sets the month (as a number) on which the corresponding appointment occurs. |
| SetOccurrenceCount(occurrenceCount) | Sets how many times the appointment occurs. |
| SetPeriodicity(periodicity) | Sets the frequency with which the corresponding appointment occurs (dependent on the recurrence Type). |
| SetRange(range) | Sets the type of the recurrence range. |
| SetRecurrenceType(type) | Sets the time base for the frequency of the corresponding appointment occurrences. |
| SetStart(start) | Sets the recurrence start date. |
| SetWeekDays(weekDays) | Sets the day/days in a week that the corresponding appointment recurs on. |
| SetWeekOfMonth(weekOfMonth) | Sets the occurrence number of the week in a month for the recurrence pattern. |
See Also