menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarException - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarException

    Defines a Calendar exception

    Inheritance
    System.Object
    CalendarException
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public class CalendarException

    Constructors

    CalendarException()

    Declaration
    public CalendarException()

    Properties

    DaysOfWeek

    Gets or sets the days of the week on which the exception is valid

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

    DaysOfWeekSerialized

    This property is used while Serializing and Deserializing the Project XML file

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

    EnteredByOccurences

    Checks whether the range of recurrence is defined by entering a number of occurrences

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

    EnteredByOccurrencesString

    Gets or sets the value indicating whether the range of recurrence is defined by entering a number of occurrences.

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

    The string that specifies whether the range of recurrence is defined by entering a number of occurrences.

    IsDayWorking

    Checks whether the specified date or day type is working

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

    IsDayWorkingString

    Gets or sets the value indicating whether the specified date or day type is working.

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

    The string that specifies whether the specified date or day type is working.

    Month

    Gets or sets the month for which an exception recurrence is scheduled

    Declaration
    public ExceptionMonth Month { get; set; }
    Property Value
    Type
    ExceptionMonth

    MonthDay

    Gets or sets the day of the month on which an exception recurrence is scheduled

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

    MonthDaySerialized

    This property is used while Serializing and Deserializing the Project XML file

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

    MonthItem

    Gets or sets the month item for which an exception recurrence is scheduled

    Declaration
    public ExceptionMonthItem MonthItem { get; set; }
    Property Value
    Type
    ExceptionMonthItem

    MonthItemSpecified

    Checks whether the month item for which an exception recurrence is scheduled is specified

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

    MonthPosition

    Gets or sets the position of a month item within a month

    Declaration
    public ExceptionMonthPosition MonthPosition { get; set; }
    Property Value
    Type
    ExceptionMonthPosition

    MonthPositionSpecified

    Checks whether the position of a month item within a month is specified

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

    MonthSpecified

    Checks whether the month for which an exception recurrence is scheduled is specified

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

    Name

    Gets or sets the name of the exception

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

    Occurrences

    Gets or sets the number of occurrences for which the calendar exception is valid

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

    OccurrencesSerialized

    This property is used while Serializing and Deserializing the Project XML file

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

    Period

    Gets or sets the period of recurrence for the exception

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

    PeriodSerialized

    This property is used while Serializing and Deserializing the Project XML file

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

    TimePeriod

    Defines a contiguous set of exception days

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

    Type

    Gets ot sets the exception type

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

    TypeSpecified

    Checks whether the exception type is specified

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

    WorkingTimes

    Gets or sets the collection of working times that define the time worked on the weekday

    Declaration
    public WorkingTimes WorkingTimes { get; set; }
    Property Value
    Type
    WorkingTimes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved