MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerRecurrenceType

    Show / Hide Table of Contents

    Class SchedulerRecurrenceType

    Specifies the type of recurrence in the appointment.

    Inheritance
    System.Object
    SchedulerRecurrenceType
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public sealed class SchedulerRecurrenceType : Enum

    Fields

    Daily

    Indicates the appointment occurrence repeated in every day.

    Declaration
    public const SchedulerRecurrenceType Daily
    Field Value
    Type Description
    SchedulerRecurrenceType

    Monthly

    Indicates the appointment occurrence repeated in every month.

    Declaration
    public const SchedulerRecurrenceType Monthly
    Field Value
    Type Description
    SchedulerRecurrenceType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Weekly

    Indicates the appointment occurrence repeated in every week.

    Declaration
    public const SchedulerRecurrenceType Weekly
    Field Value
    Type Description
    SchedulerRecurrenceType

    Yearly

    Indicates the appointment occurrence repeated in every year.

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