Class CalendarManager

    Definition

    Namespace:
    Tizen.Pims.Calendar
    Assembly:
    Tizen.Pims.Calendar.dll

    A class for managing the calendar information. It allows the applications to use the calendar service.

    public class CalendarManager : IDisposable
    Inheritance
    object
    CalendarManager
    Implements
    System.IDisposable

    Constructors

    View Source

    CalendarManager()

    Creates a manager.

    Declaration
    public 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.

    Properties

    View Source

    Database

    Gets the database.

    Declaration
    public CalendarDatabase Database { get; }
    Property Value
    Type Description
    CalendarDatabase

    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
    public void Dispose()
    View Source

    Dispose(bool)

    Disposes of the resources (other than memory) used by the CalendarManager.

    Declaration
    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.

    View Source

    ~CalendarManager()

    Destroys the CalendarManager resource.

    Declaration
    protected ~CalendarManager()

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX