Version

DateRecurrence Class Methods

For a list of all members of this type, see DateRecurrence members.

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.  
See Also