Class CalendarManager
Definition
- Namespace:
- Tizen.Pims.Calendar
- Assembly:
- Tizen.Pims.Calendar.dll
- API Level:
- 4
A class for managing the calendar information. It allows the applications to use the calendar service.
C#Copypublic class CalendarManager : IDisposable
- Inheritance
-
System.ObjectCalendarManager
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic CalendarManager()
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the feature is not supported. |
System.InvalidOperationException | Thrown when the method failed due to an invalid operation. |
API Level: 4
Feature: http://tizen.org/feature/calendar
Properties
Declaration
C#Copypublic CalendarDatabase Database { get; }
Property Value
Type | Description |
---|---|
CalendarDatabase | The database instance. |
API Level: 4
Methods
View Source
Dispose()
Releases all the resources used by the CalendarManager. It should be called after it has finished using the object.
Declaration
C#Copypublic void Dispose()
API Level: 4
View Source
Dispose(Boolean)
Disposes of the resources (other than memory) used by the CalendarManager.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources, false to release only unmanaged resources. |
API Level: 4
Declaration
C#Copyprotected void Finalize()
Implements
System.IDisposable