Search Results for

    Show / Hide Table of Contents

    Class EventRecurrenceRangeOptions

    Options that can be set for the recurrence range

    Inheritance
    object
    EventRecurrenceRangeOptions
    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 EventRecurrenceRangeOptions

    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
    int

    RecurrenceTimeZone

    Time zone

    Declaration
    public string RecurrenceTimeZone { get; set; }
    Property Value
    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