Class CalendarManager
Definition
- Assembly:
- Tizen.Pims.Calendar.dll
A class for managing the calendar information. It allows the applications to use the calendar service.
C#
Copy
public class CalendarManager : IDisposable
- Inheritance
-
objectCalendar
Manager
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
public CalendarManager()
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the feature is not supported. |
System. |
Thrown when the method failed due to an invalid operation. |
Properties
Declaration
C#
Copy
public CalendarDatabase Database { get; }
Property Value
Type | Description |
---|---|
Calendar |
The database instance. |
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#
Copy
public void Dispose()
View Source
Dispose(bool)
Disposes of the resources (other than memory) used by the CalendarManager.
Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true to release both managed and unmanaged resources, false to release only unmanaged resources. |
Declaration
C#
Copy
protected ~CalendarManager()
Implements
System.IDisposable