Search Results for

    Show / Hide Table of Contents

    Class EventRecurrencePatternOptions

    Options that can be set for the recurrence pattern

    Inheritance
    object
    EventRecurrencePatternOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class EventRecurrencePatternOptions

    Properties

    DayOfMonth

    Day of the month

    Declaration
    public int DayOfMonth { get; set; }
    Property Value
    int

    DaysOfWeek

    Days of week of the recurrence event

    Declaration
    public List<DayOfWeek> DaysOfWeek { get; set; }
    Property Value
    List<DayOfWeek>

    FirstDayOfWeek

    First day of week

    Declaration
    public DayOfWeek FirstDayOfWeek { get; set; }
    Property Value
    DayOfWeek

    Index

    Index

    Declaration
    public EventWeekIndex Index { get; set; }
    Property Value
    EventWeekIndex

    Interval

    Interval

    Declaration
    public int Interval { get; set; }
    Property Value
    int

    Month

    Month

    Declaration
    public int Month { get; set; }
    Property Value
    int

    Type

    Type of recurrence

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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer