The ScheduleRecurrenceConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
Changed |
Indicates if this object has been modified since it was retrieved from the server.
(Inherited from EditableListConfigurationObject<(Of <(<'TPropertyEnum>)>)>.) | |
ConfigurationId |
Gets the configuration ID. (Use Property.Id and Property.DisplayName to filter or sort on this property.)
(Inherited from ListConfigurationObject.) | |
Dates |
Provides access to the property representing the specific dates in a month for this schedule recurrence (use Property.Dates).
| |
Days |
Provides access to the property representing the days of the week for this schedule recurrence (use Property.Days).
| |
EndDate |
Provides access to the property representing the end date for this schedule (use Property.EndDate).
| |
EndTime |
Provides access to the property representing the end time for this schedule (use Property.EndTime).
| |
IsAllDay |
Provides access to the property representing whether or not this schedule recurrence runs the entire day (use Property.IsDay).
| |
IsDaySpan |
Provides access to the property representing whether this schedule recurrence is a day span (use Property.IsDaySpan).
| |
IsNewObject |
Gets a value indicating whether this object is a new object.
(Inherited from ConfigurationObject.) | |
IsRelative |
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).
| |
Month |
Provides access to the property representing the month for a yearly schedule recurrence (use Property.Month).
| |
OriginalConfigurationId |
Following a commit, this will be equivalent to the configuration ID that was assigned to this object prior
to the commit.
(Inherited from ListConfigurationObject.) | |
PatternType |
Provides access to the property representing the recurrence pattern type for this schedule (use Property.PatternType).
| |
PropertiesChanged |
Gets the properties that have been changed.
| |
RelativeDay |
Provides access to the property representing the relative day of the month for this schedule recurrence (use Property.RelativeDay).
| |
RelativeMonthlyInstance |
Provides access to the property representing the relative month of the year for this schedule recurrence (use Property.RelativeMonthlyInstance).
| |
StartDate |
Provides access to the property representing the start date for this recurrence (use Property.StartDate).
| |
StartTime |
Provides access to the property representing the start time for this recurrence (use Property.StartTime).
| |
WeeklyEndTime |
Provides access to the property representing the end time for a weekly day span schedule recurrence (use Property.WeeklyEndTime).
| |
WeeklyStartTime |
Provides access to the property representing the start time for a weekly day span schedule recurrence (use Property.WeeklyStartTime).
|