menu

ASP.NET Core

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

    Show / Hide Table of Contents

    Class InternetCalendaring

    A class that provides Internet Calendaring support.

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

    Constructors

    InternetCalendaring(String)

    This variable stores the value that indicates whether ICalendar content is valid or not.

    Declaration
    public InternetCalendaring(string sICalendarContent)
    Parameters
    Type Name Description
    System.String sICalendarContent

    It stores the content of ICalendar

    Properties

    IsICalendarContentValid

    Gets or sets a value indicating whether ICalendar content is valid or not.

    Declaration
    public bool IsICalendarContentValid { get; set; }
    Property Value
    Type Description
    System.Boolean

    It accepts the value indicating whether ICalendar content is valid or not.

    VEventCollectionProperty

    Gets or sets the V event collection property.

    Declaration
    public InternetCalendaring.EventCollection VEventCollectionProperty { get; set; }
    Property Value
    Type Description
    InternetCalendaring.EventCollection

    The V event collection property.

    Methods

    ParseICalendarContent(String)

    It stores the value that indicates whether ICalendar content is valid or not.

    Declaration
    public bool ParseICalendarContent(string sICalendarContent)
    Parameters
    Type Name Description
    System.String sICalendarContent

    It stores the content of ICalendar.

    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved