SchedulerHolidays
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerHolidays : IEnumerable
Inheritance: objectSchedulerHolidays
Implements:
Constructors
Fields
protected char[] holidayDateSeparator
protected char[] holidayLineSeparator
Methods
Clear the Holidays collections. This does not affect already created appointments.
public void Clear()
Read the holidays information and create Holidays objects in the holidays collection only for holidays in the specific locations. Optionally can create also and all day appointments for the holidays.
Read the holidays information and create Holidays objects in the holidays collection. Optionally can create also and all day appointments for the holidays.
Read the holidays information and create Holidays objects in the holidays collection only for holidays in the specific locations. Optionally can create also and all day appointments for the holidays.
public void ReadHolidays(string fileName, bool createAppointment, IEnumerable<string> locations)
File name. File must be in HOL format.
createAppointmentboolIf true this will be create an appointments for each holidays.
locationsIEnumerable<string>Collection with locations.
Read the holidays information and create Holidays objects in the holidays collection. Optionally can create also and all day appointments for the holidays.