The CalendarInfo type exposes the following members.

Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDisposeOverloaded.
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

Properties

  NameDescription
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyStatic memberCulture
Gets or sets the CultureInfo object which holds culture-specific information used by C1Schedule components.
Public propertyCultureInfo
Gets or sets the CultureInfo object which holds culture-specific information used by C1Schedule components.
Public propertyDateFormatString
Gets or sets the String value determining display format of date values to use in appointments and built-in dialogs.
Public propertyDateTimeKind
Gets or sets DateTimeKind specifying DateTime kind used for saving DateTime values.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEndDayTime
Gets or sets the TimeSpan value specifying the end of the working time.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFirstDate
Gets or sets the DateTime value specifying minimum date allowed.
Public propertyHolidays
Gets the List<(Of <(<'T>)>)> object which holds the list of holidays (non-working days in addition to weekends).
Public propertyLastDate
Gets or sets the DateTime value specifying maximum date allowed.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyStartDayTime
Gets or sets the TimeSpan value specifying the beginning of the working time.
Public propertyTimeFormatString
Gets or sets the String value determining display format of time values to use in appointments and built-in dialogs.
Public propertyTimeInterval
Gets or sets the TimeScaleEnum value specifying the time interval which is used for displaying time slots in the DayView.
Public propertyTimeScale
Gets or sets the TimeSpan value specifying the time interval which is used for displaying time slots in the DayView.
Public propertyWeekendExceptions
Gets the List<(Of <(<'T>)>)> object which holds the list of weekend days which should be working.
Public propertyWeekStart
Gets or sets the DayOfWeek value determining the first day of the week. Default is system settings.
Public propertyWorkDays
Gets or sets the WorkDays object containing the set of working days in one week.

Events

  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public eventPropertyChanged
Occurs when the property of CalendarInfo object was changed.
Public eventSelectedDaysChanged
Occurs when the range of selected days was changed.

See Also