menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class RecurrenceType

    The Recurrence Type represents the type of recurrence for schedule appointment to recur such as Daily, Weekly, Monthly and Yearly.

    Inheritance
    System.Object
    RecurrenceType
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public sealed class RecurrenceType : Enum

    Fields

    Daily

    This specifies the recurrence as daily.

    Declaration
    public const RecurrenceType Daily
    Field Value
    Type
    RecurrenceType

    Monthly

    This specifies the recurrence as Monthly.

    Declaration
    public const RecurrenceType Monthly
    Field Value
    Type
    RecurrenceType

    Weekly

    This specifies the recurrence as Weekly.

    Declaration
    public const RecurrenceType Weekly
    Field Value
    Type
    RecurrenceType

    Yearly

    This specifies the recurrence as Yearly.

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