menu

WPF

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

    Show / Hide Table of Contents

    Class RecurrenceProperties

    Represents a class which contains a recurring appointment's resource information.

    Inheritance
    System.Object
    RecurrenceProperties
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class RecurrenceProperties

    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 DayOfWeek DayOfWeek { get; set; }
    Property Value
    Type
    System.DayOfWeek

    EndDate

    Gets or sets the date to end the recurrence appointment.

    Declaration
    public DateTime EndDate { get; set; }
    Property Value
    Type
    System.DateTime

    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

    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 type of recurrence appointment.

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

    StartDate

    Gets or sets the date to start the recurrence appointment.

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    Type
    System.DateTime

    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