ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InternetCalendaring.Event.ReccurenceRules - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InternetCalendaring.Event.ReccurenceRules

    Class for RecurencesRules

    Inheritance
    System.Object
    InternetCalendaring.Event.ReccurenceRules
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class ReccurenceRules

    Constructors

    ReccurenceRules()

    constructor for RecurenceRules

    Declaration
    public ReccurenceRules()

    ReccurenceRules(String)

    ReccurenceRules content values

    Declaration
    public ReccurenceRules(string sRuleContent)
    Parameters
    Type Name Description
    System.String sRuleContent

    The schedule recurrence rule content

    Properties

    ByDay

    Gets or sets the ByDay value

    Declaration
    public InternetCalendaring.Event.ReccurenceRules.EWeekDay[] ByDay { get; set; }
    Property Value
    Type Description
    InternetCalendaring.Event.ReccurenceRules.EWeekDay[]

    The by day

    ByHour

    Gets or Sets the ByHour value.

    Declaration
    public string ByHour { get; set; }
    Property Value
    Type Description
    System.String

    The by hour

    ByMinute

    Gets or sets the ByMinute value

    Declaration
    public string ByMinute { get; set; }
    Property Value
    Type Description
    System.String

    The by minute

    ByMonth

    Gets or sets the ByMonth.

    Declaration
    public int? ByMonth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The by month

    ByMonthDay

    Gets or Sets the ByMonthDay value

    Declaration
    public int? ByMonthDay { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The by month day

    BySecond

    Gets or sets the Bysecond.

    Declaration
    public string BySecond { get; set; }
    Property Value
    Type Description
    System.String

    The by second

    BySetPos

    Gets or sets the BySetPos.

    Declaration
    public string BySetPos { get; set; }
    Property Value
    Type Description
    System.String

    The by set position

    ByWeekNo

    Gets or sets the ByWeekNo

    Declaration
    public string ByWeekNo { get; set; }
    Property Value
    Type Description
    System.String

    The by week number

    ByYearDay

    Gets or sets the ByYearDay

    Declaration
    public string ByYearDay { get; set; }
    Property Value
    Type Description
    System.String

    The by year day

    Count

    Gets or sets the Count.

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

    The count

    Frequency

    Gets or sets the Frequency.

    Declaration
    public InternetCalendaring.Event.ReccurenceRules.EFrequency Frequency { get; set; }
    Property Value
    Type Description
    InternetCalendaring.Event.ReccurenceRules.EFrequency

    The frequency

    Interval

    Gets or sets the interval.

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

    The interval

    Until

    Gets or sets the Untill.

    Declaration
    public string Until { get; set; }
    Property Value
    Type Description
    System.String

    The until

    Wkst

    Gets or sets the week set value

    Declaration
    public InternetCalendaring.Event.ReccurenceRules.EWeekDay Wkst { get; set; }
    Property Value
    Type Description
    InternetCalendaring.Event.ReccurenceRules.EWeekDay

    The wkst

    Methods

    ParseRRuleContent(String)

    Parses the RecurenceRule content

    Declaration
    public void ParseRRuleContent(string sRRuleContent)
    Parameters
    Type Name Description
    System.String sRRuleContent

    RecurenceRule content value

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved