Skip to main content
All docs
V19.1

SchedulerView Methods

A scheduler view.
Name Description
CopyAppointment(AppointmentItem) Creates a copy of the specified appointment object.
CreateAppointmentItem() Creates a new AppointmentItem instance and adds it to the AppointmentItems collection.
CreateLabelItem() Creates a new AppointmentLabelItem instance and adds it to the LabelItems collection.
CreateStatusItem() Creates a new AppointmentStatusItem instance and adds it to the StatusItems collection.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAppointmentItemById(Object) Returns an appointment with the specified identifier from the AppointmentItems collection.
GetAppointments(DateTimeRange) Returns appointments within the specified date-time range.
GetExceptions(AppointmentItem) Returns all exceptions to the specified pattern.
GetExceptions(Object) Returns all exceptions to a pattern that use the recurrence info with the specified identifier.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLabelItemById(Object) Returns a label with the specified identifier from the LabelItems collection.
GetOccurrenceOrException(AppointmentItem, Int32) Returns an occurrence or exception under the specified recurrence index from the recurring chain the given pattern specifies.
GetOccurrenceOrException(Object, Int32) Returns an occurrence or exception under the specified recurrence index from the recurring chain which the recurrence info with the given identifier specifies.
GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval.
GetOccurrencesAndExceptions(Object, DateTimeRange) Returns all occurrences and exceptions to a pattern that use the recurrence info with the specified identifier.
GetPattern(AppointmentItem) Returns a pattern of the specified occurrence or exception.
GetPattern(Object) Returns a pattern that utilizes recurrence information with the specified identifier.
GetStatusItemById(Object) Returns a status with the specified identifier from the StatusItems collection.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshData() Reloads all scheduler items from the data source.
RefreshData(RefreshDataKind) Reloads scheduler items of the specified kind from the data source.
RemoveAppointment(AppointmentItem) Removes the specified appointment from the AppointmentItems collection.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also