The ScheduleRecurrenceConfiguration type exposes the following members.

Properties

  NameDescription
Public propertyChanged
Indicates if this object has been modified since it was retrieved from the server.
(Inherited from EditableListConfigurationObject<(Of <(<'TPropertyEnum>)>)>.)
Public propertyConfigurationId
Gets the configuration ID. (Use Property.Id and Property.DisplayName to filter or sort on this property.)
(Inherited from ListConfigurationObject.)
Public propertyDates
Provides access to the property representing the specific dates in a month for this schedule recurrence (use Property.Dates).
Public propertyDays
Provides access to the property representing the days of the week for this schedule recurrence (use Property.Days).
Public propertyEndDate
Provides access to the property representing the end date for this schedule (use Property.EndDate).
Public propertyEndTime
Provides access to the property representing the end time for this schedule (use Property.EndTime).
Public propertyIsAllDay
Provides access to the property representing whether or not this schedule recurrence runs the entire day (use Property.IsDay).
Public propertyIsDaySpan
Provides access to the property representing whether this schedule recurrence is a day span (use Property.IsDaySpan).
Public propertyIsNewObject
Gets a value indicating whether this object is a new object.
(Inherited from ConfigurationObject.)
Public propertyIsRelative
Provides access to the property representing whether this schedule recurrence is a relative day in the month, as opposed to specific dates (use Property.IsRelative).
Public propertyMonth
Provides access to the property representing the month for a yearly schedule recurrence (use Property.Month).
Public propertyOriginalConfigurationId
Following a commit, this will be equivalent to the configuration ID that was assigned to this object prior to the commit.
(Inherited from ListConfigurationObject.)
Public propertyPatternType
Provides access to the property representing the recurrence pattern type for this schedule (use Property.PatternType).
Public propertyPropertiesChanged
Gets the properties that have been changed.
Public propertyRelativeDay
Provides access to the property representing the relative day of the month for this schedule recurrence (use Property.RelativeDay).
Public propertyRelativeMonthlyInstance
Provides access to the property representing the relative month of the year for this schedule recurrence (use Property.RelativeMonthlyInstance).
Public propertyStartDate
Provides access to the property representing the start date for this recurrence (use Property.StartDate).
Public propertyStartTime
Provides access to the property representing the start time for this recurrence (use Property.StartTime).
Public propertyWeeklyEndTime
Provides access to the property representing the end time for a weekly day span schedule recurrence (use Property.WeeklyEndTime).
Public propertyWeeklyStartTime
Provides access to the property representing the start time for a weekly day span schedule recurrence (use Property.WeeklyStartTime).

See Also