CalendarBase Members
Constructors
Name | Description |
---|---|
CalendarBase() | Initializes a new instance of the CalendarBase class. |
Fields
Name | Description |
---|---|
CaptionProperty static | Identifies the Caption dependency property. |
StyleSettingsProperty static | Identifies the StyleSettings dependency property. |
TimeZoneProperty static | Identifies the TimeZone dependency property. |
VisibleProperty static |
Properties
Name | Description |
---|---|
ActualStyleSettings | |
Appointments | Provides access to the appointments. |
Caption | |
Host | |
Labels | Provides access to the Calendar appointment labels collection. |
Resources | Provides access to the resources for appointments. |
Statuses | Provides access to the calendar’s appointment statuses collection. |
StyleSettings | Gets or sets the object that defines the calendar’s appearance and behavior. This is a dependency property. |
TimeZone | Gets or sets the time zone for the Calendar. This is a dependency property. |
Visible |
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. |
GetAppointmentsAsync(DateTimeOffset, DateTimeOffset) | Retrieves the collection of appointments that fall within the specified time interval. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
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. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also