[]
Represents the schedule options.
public class Schedule : IKeyName, INotifyPropertyChanged
| Name | Description |
|---|---|
| Schedule(C1GanttView) | Initializes a new instance of a Schedule. |
| Name | Description |
|---|---|
| CalendarExceptions | Gets the collection of default calendar exceptions. |
| CalendarWeekRule | Gets or sets the calendar week rule. |
| ChartDateFormat | Gets or sets the format string for date values on the chart view. |
| CultureCode | Gets the culture identifier for the current project. |
| CultureInfo | Gets the current CultureInfo object for the current project. |
| CustomCalendars | Gets the collection of calendars that identify working times. |
| DaysPerMonth | Gets or sets the number of working days in a month. |
| DefaultDaysOff | Gets or sets the default days off work. |
| DefaultWorkWeek | Gets the default work week. |
| DefaultWorkingTimes | Gets the default working start/end times. |
| FirstDayOfWeek | Gets or sets the first day of the week. |
| FirstMonthOfFY | Gets or sets the first month of the fiscal year. |
| GridDateFormat | Gets or sets the format string for date values on the grid view. |
| HoursPerDay | Gets or sets the number of work hours per day. |
| HoursPerWeek | Gets or sets the number of work hours per week. |
| UseStartingYearForFY | Gets or sets whether the fiscal year starts in the same calendar year (true) or in the previous calendar year (false). |
| UserCultureOverride | Gets or sets whether the current user regional settings override the selected culture. |
| View | Gets the C1GanttView control for this Project. |
| Name | Description |
|---|---|
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes. |