Skip to main content

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 Identifies the Visible dependency property.

Properties

Name Description
ActualStyleSettings
Appointments Provides access to the appointments.
Caption
Host
Labels Returns the Calendar appointment labels collection.
Resources Provides access to the resources for appointments.
Statuses Returns the calendar’s appointment statuses collection.
StyleSettings
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.
GetAppointmentsAsync(DateTimeOffset, DateTimeOffset)
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