Search Results for

    Show / Hide Table of Contents

    Class EventRecurrenceRangeOptions

    Options that can be set for the recurrence range

    Inheritance
    System.Object
    EventRecurrenceRangeOptions
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class EventRecurrenceRangeOptions : object

    Properties

    EndDate

    End date

    Declaration
    public DateTime EndDate { get; set; }
    Property Value
    DateTime

    NumberOfOccurences

    Amount of occurences

    Declaration
    public int NumberOfOccurences { get; set; }
    Property Value
    System.Int32

    RecurrenceTimeZone

    Time zone

    Declaration
    public string RecurrenceTimeZone { get; set; }
    Property Value
    System.String

    StartDate

    Start date

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    DateTime

    Type

    Range type

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

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