Version

DateRecurrence Class

Exposes properties that define a recurring date pattern.
Syntax
'Declaration
 
Public Class DateRecurrence 
   Inherits Infragistics.Shared.SubObjectBase
public class DateRecurrence : Infragistics.Shared.SubObjectBase 
Remarks

With the Infragistics 2009 Volume 1 release, the AppointmentRecurrence was refactored to move most of its functionality to a base class, the DateRecurrence class. This class contains almost all of the properties that were originally exposed by the AppointmentRecurrence class; the only properties that were left on the AppointmentRecurrence class were the ones that were specific to appointments (OccurrenceStartTime, OccurrenceDuration, RootAppointment, and Variances)

The DateRecurrence class is used to define date patterns which are used by the TimeSlotSettings class.

The GetDateOfNextOccurrence method can be used to obtain the date of the next occurrence on or after a given date.

The RecurrenceDialog class has been modified to provide a front end for editing a DateRecurrence as well as an AppointmentRecurrence. The constructor now exposes an overload which takes a reference to a DateRecurrence instance, and returns the result of the dialog session via its DateRecurrence property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also