The CalendarInfo type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method ShouldSerializeFirstDate
Protected method ShouldSerializeLastDate
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Static member Culture
Gets or sets the CultureInfo object which holds culture-specific information used by C1Schedule components.
Public property CultureInfo
Gets or sets the CultureInfo object which holds culture-specific information used by C1Schedule components.
Public property DateFormatString
Gets or sets the String value determining display format of date values to use in appointments and built-in dialogs.
Public property DateTimeKind
Gets or sets DateTimeKind specifying DateTime kind used for saving DateTime values.
Public property EndDayTime
Gets or sets the TimeSpan value specifying the end of the working time.
Public property FirstDate
Gets or sets the DateTime value specifying minimum date allowed.
Public property Holidays
Gets the List<(Of <(<'T>)>)> object which holds the list of holidays (non-working days in addition to weekends).
Public property LastDate
Gets or sets the DateTime value specifying maximum date allowed.
Public property NoWorkingDays
Gets or sets the Boolean value determining whether the CalendarInfo object has any working days.
Public property StartDayTime
Gets or sets the TimeSpan value specifying the beginning of the working time.
Public property TimeFormatString
Gets or sets the String value determining display format of time values to use in appointments and built-in dialogs.
Public property TimeInterval
Gets or sets the TimeScaleEnum value specifying the time interval which is used for displaying time slots in the DayView.
Public property TimeScale
Gets or sets the TimeSpan value specifying the time interval which is used for displaying time slots in the DayView.
Public property WeekendExceptions
Gets the List<(Of <(<'T>)>)> object which holds the list of weekend days which should be working.
Public property WeekStart
Gets or sets the DayOfWeek value determining the first day of the week. Default is system settings.
Public property WorkDays
Gets or sets the WorkDays object containing the set of working days in one week.

Events

  Name Description
Public event PropertyChanged
Occurs when the property of CalendarInfo object was changed.
Public event SelectedDaysChanged
Occurs when the range of selected days was changed.

See Also