MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence Members
Constructors Methods
 


Defines recurrence patterns for items scheduled to repeat.

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

 Public Constructors

  Name Description

Recurrence

Initializes a new instance of the Recurrence class.

 Public Methods

  Name Description

equals

Compares two Recurrence objects.

getDailyRecurrence

Gets the type of daily recurrence.

getDay

Gets a value indicating on which day of a week the event occurs.

getDayOfMonth

Gets on which day of a month the event occurs.

getDays

Gets how many days should pass before the event occurs again.

getDaysOfWeek

Gets on which days of a week the event occurs.

getEndDate

Gets the end date of the recurrence.

getExceptions

Gets the list of all recurrence exceptions.

getInterval

Gets the recurrence interval in hours.

getMaster

Gets the master item of the recurrence.

getMonthlyRecurrence

Gets the type of monthly recurrence.

getMonthOfYear

Gets in which month of the year the event occurs.

getMonths

Gets how many months should pass before the event occurs again.

getNumOccurrences

Gets a value indicating how many times the recurring event should occur.

getOccurrence

Gets on which occurrence of the day type specified by getDay the event occurs.

getPattern

Gets the recurrence pattern.

getRecurrenceEnd

Gets a value, indicating when the event should stop recurring.

getStartDate

Gets the start date of the recurrence.

getWeeks

Gets how many weeks should pass before the event occurs again.

getYearlyRecurrence

Gets the type of yearly recurrence.

toLocalizedString

Returns a localized string that represents this Recurrence using the specified date and time formatting info and localization information.

toString

Returns a string that represents the current Recurrence object.

 See Also

Recurrence Class
MindFusion.Scheduling Namespace