Class CalendarMark

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The CalendarMark is an item for marking a Calendar's type, date, and repeat type.

    [Obsolete("This has been deprecated in API12")]
    public class CalendarMark
    Inheritance
    object
    CalendarMark

    Constructors

    View Source

    CalendarMark(string, DateTime, CalendarMarkRepeatType)

    Creates and initializes a new instance of the CalendarMark class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CalendarMark(string type, DateTime date, CalendarMarkRepeatType repeat)
    Parameters
    Type Name Description
    string type

    Type of mark.

    System.DateTime date

    Date of inclusion of the mark.

    CalendarMarkRepeatType repeat

    Repeat type.

    Fields

    View Source

    Date

    A time struct to represent the date of inclusion of the mark.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public DateTime Date
    Field Value
    Type Description
    System.DateTime
    View Source

    Repeat

    Repeats the event following this periodicity.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CalendarMarkRepeatType Repeat
    Field Value
    Type Description
    CalendarMarkRepeatType
    View Source

    Type

    A string used to define the type of mark.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public string Type
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX