menu

WinUI

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

    Show / Hide Table of Contents

    Class RecurrenceType

    Specifies the type of recurrence in appointment.

    Inheritance
    System.Object
    RecurrenceType
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public sealed class RecurrenceType : Enum

    Fields

    Daily

    Specifies the Daily type recurrence.

    Declaration
    public const RecurrenceType Daily
    Field Value
    Type
    RecurrenceType

    Monthly

    Specifies the Monthly type recurrence.

    Declaration
    public const RecurrenceType Monthly
    Field Value
    Type
    RecurrenceType

    Weekly

    Specifies the Weekly type recurrence.

    Declaration
    public const RecurrenceType Weekly
    Field Value
    Type
    RecurrenceType

    Yearly

    Specifies the Yearly type recurrence.

    Declaration
    public const RecurrenceType Yearly
    Field Value
    Type
    RecurrenceType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved