menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecurrenceProperties - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RecurrenceProperties

    Recurrence properties to define a recurrence appointment

    Inheritance
    System.Object
    RecurrenceProperties
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class RecurrenceProperties : Object

    Constructors

    RecurrenceProperties()

    Initializes a new instance of the RecurrenceProperties class

    Declaration
    public RecurrenceProperties()

    Properties

    DayOfMonth

    Gets or sets the day on which recurrence has to be set for every month.

    Declaration
    public int DayOfMonth { get; set; }
    Property Value
    Type
    System.Int32

    DayOfWeek

    Gets or sets the day of week on which recurrence has to be set.

    Declaration
    public int DayOfWeek { get; set; }
    Property Value
    Type
    System.Int32

    EndDate

    Gets or sets the date to end the recurrence appointment.

    Declaration
    public NSDate EndDate { get; set; }
    Property Value
    Type
    Foundation.NSDate

    ExceptionDates

    Gets or sets Exception dates for recurrence

    Declaration
    public NSMutableArray ExceptionDates { get; set; }
    Property Value
    Type
    Foundation.NSMutableArray

    HasRangeStartDate

    Gets or sets a value indicating whether the recurrence has range start date or not

    Declaration
    public bool HasRangeStartDate { get; set; }
    Property Value
    Type
    System.Boolean

    Interval

    Gets or sets the day interval on which recurrence has to be set.

    Declaration
    public int Interval { get; set; }
    Property Value
    Type
    System.Int32

    IsDailyEveryNDays

    Gets or sets a value indicating whether the recurrence is daily every n days

    Declaration
    public bool IsDailyEveryNDays { get; set; }
    Property Value
    Type
    System.Boolean

    IsMonthlySpecific

    Gets or sets a value indicating whether the recurrence is monthly specific or not

    Declaration
    public bool IsMonthlySpecific { get; set; }
    Property Value
    Type
    System.Boolean

    IsYearlySpecific

    Gets or sets a value indicating whether the recurrence is yearly specific or not

    Declaration
    public bool IsYearlySpecific { get; set; }
    Property Value
    Type
    System.Boolean

    Month

    Gets or sets the specific month of year on which recurrence has to be set.

    Declaration
    public int Month { get; set; }
    Property Value
    Type
    System.Int32

    RecurrenceCount

    Gets or sets the count for recurring appointment.

    Declaration
    public int RecurrenceCount { get; set; }
    Property Value
    Type
    System.Int32

    RecurrenceRange

    Gets or sets the type of the recurrence range for the time limit of recurrence appointment.

    Declaration
    public RecurrenceRange RecurrenceRange { get; set; }
    Property Value
    Type
    RecurrenceRange

    RecurrenceType

    Gets or sets the recurrence type

    Declaration
    public RecurrenceType RecurrenceType { get; set; }
    Property Value
    Type
    RecurrenceType

    StartDate

    Gets or sets the date to start the recurrence appointment.

    Declaration
    public NSDate StartDate { get; set; }
    Property Value
    Type
    Foundation.NSDate

    Week

    Gets or sets the week of month on which recurrence has to be set.

    Declaration
    public int Week { get; set; }
    Property Value
    Type
    System.Int32

    WeekDays

    Gets or sets the day/days in a week on which the appointment occurs.

    Declaration
    public WeekDays WeekDays { get; set; }
    Property Value
    Type
    WeekDays
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved