Version

DateRecurrence Class Members

The following tables list the members exposed by DateRecurrence.

Public Constructors
 NameDescription
Public ConstructorDateRecurrence ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyDescriptionReturns the human-readable description of this DateRecurrence instance.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyPatternDayOfMonthGets/sets the number of the day in its respective month on which each occurrence will occur.  
Public PropertyPatternDaysOfWeekGets/sets the day(s) of the week on which each occurrence occurs.  
Public PropertyPatternFrequencyGets/sets the frequency at which the recurrence occurs, i.e., whether it occurs daily, weekly, monthly or yearly.  
Public PropertyPatternIntervalGets/sets the interval between occurrences of the recurrence.  
Public PropertyPatternMonthOfYearGets/sets the month of the year on which individual occurrences will occur.  
Public PropertyPatternOccurrenceOfDayInMonthGets/sets whether the recurrence should occur on the first, second, third, fourth or last occurrence of the day of the week (corresponding to the value of the PatternDaysOfWeek property) in its respective month.  
Public PropertyPatternTypeGets/sets whether the recurrence pattern is based on a specific day of the month and/or month of the year, or if it is calculated based on other criteria.  
Public PropertyRangeEndDateGets/sets the date that defines the end of the recurrence..  
Public PropertyRangeStartDateGets/sets the date that defines the beginning of the recurrence.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetDateOfNextOccurrenceReturns the date of the next occurrence in the series that is no earlier than the specified startDate.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeFromInitializes this instance with the property settings of the specified source instance.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets all properties of the AppointmentRecurrence object to their default values.  
Public MethodResetPatternDayOfMonthResets the PatternDayOfMonth property to its default value.  
Public MethodResetPatternDaysOfWeekResets the PatternDaysOfWeek property to its default value.  
Public MethodResetPatternFrequencyResets the PatternFrequency property to its default value.  
Public MethodResetPatternIntervalResets the PatternInterval property to its default value.  
Public MethodResetPatternMonthOfYearResets the PatternMonthOfYear property to its default value.  
Public MethodResetPatternOccurrenceOfDayInMonthResets the PatternOccurrenceOfDayInMonth property to its default value.  
Public MethodResetPatternTypeResets the PatternType property to its default value.  
Public MethodResetRangeEndDateResets the RangeEndDate property to its default value.  
Public MethodResetRangeStartDateResets the RangeStartDate property to its default value.  
Public MethodShouldSerializeReturns whether any of the properties of the DateRecurrence object have been changed from their default values.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns the string representation of this instance  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataInvoked during the serialization of the AppointmentRecurrence object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Invoked when the object is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializePatternDayOfMonthIndicates whether the PatternDayOfMonth property needs to be serialized.  
Protected MethodShouldSerializePatternDaysOfWeekIndicates whether the PatternDaysOfWeek property needs to be serialized.  
Protected MethodShouldSerializePatternFrequencyIndicates whether the PatternFrequency property needs to be serialized.  
Protected MethodShouldSerializePatternIntervalIndicates whether the PatternInterval property needs to be serialized.  
Protected MethodShouldSerializePatternMonthOfYearIndicates whether the PatternMonthOfYear property needs to be serialized.  
Protected MethodShouldSerializePatternOccurrenceOfDayInMonthIndicates whether the PatternOccurrenceOfDayInMonth property needs to be serialized.  
Protected MethodShouldSerializePatternTypeIndicates whether the PatternType property needs to be serialized.  
Protected MethodShouldSerializeRangeEndDateIndicates whether the RangeEndDate property needs to be serialized.  
Protected MethodShouldSerializeRangeStartDateIndicates whether the RangeStartDate property needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also