TimeRegion Members
An area with unique user restrictions. Limits the appointments that can be placed inside this time interval and/or users that can add these appointments.Constructors
| Name | Description |
|---|---|
| TimeRegion() | Initializes a new instance of the TimeRegion class with default settings. |
Properties
| Name | Description |
|---|---|
| Editable | Specifies whether users can add new appointments to a time interval occupied by this region, and modify existing appointments that belong to this region. |
| End | Gets or sets the date and time when this region ends. |
| ExceptionDates | Gets or sets the list of dates free of this recurring time region. |
| Recurrence | Provides access to settings that specify the rule (pattern), according to which this region reoccurs. |
| ResourceIds | Gets or sets the list of Resources for which this time region is active. |
| Start | Gets or sets the date and time when this region starts. |
Methods
| Name | Description |
|---|---|
| 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. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Intersects(TimeInterval, SchedulerControl) | |
| Intersects(TimeInterval) | |
| 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. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also