menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class InternetCalendaring.Event

    Class for Event.

    Inheritance
    System.Object
    InternetCalendaring.Event
    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 Event

    Constructors

    Event()

    Declaration
    public Event()

    Properties

    Categories

    Gets or sets the categories.

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

    The categories

    Description

    Gets or sets the Description.

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

    The description

    DTEnd

    Gets or Sets the DTEnd value.

    Declaration
    public DateTime? DTEnd { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    The date time end

    DTStamp

    Gets or Sets the DTStamp Value.

    Declaration
    public DateTime DTStamp { get; set; }
    Property Value
    Type Description
    System.DateTime

    The date time stamp

    DTStart

    Gets or Sets the DTStart value.

    Declaration
    public DateTime DTStart { get; set; }
    Property Value
    Type Description
    System.DateTime

    The date time start

    Location

    Gets or sets the Location

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

    The location

    Owner

    Gets or sets the Owner.

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

    The owner

    Priority

    Gets or set the Priority.

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

    The priority

    Recurrence

    Gets or sets the Recurrence.

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

    The recurrence

    Reminder

    Gets or sets the Reminder.

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

    The reminder

    RRule

    Gets or sets the Recurrence Rule.

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

    The recurrence rule

    Summary

    Gets or sets the summary.

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

    The summary

    UID

    Gets or sets the UID

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

    The uid

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