RecurringInterval
Contents
[
Hide
]RecurringInterval class
Represents recurring intervals used in progress lines of a Gantt Chart view.
Methods
| Name | Description |
|---|---|
| DayType | Represents a day type used in progress lines. |
| get_DailyDayNumber | Gets the daily day number. |
| get_DailyWorkday | Gets a value indicating whether a day is workday for daily progress lines. |
| get_Interval | Gets the recurring interval. Can be any value of Interval type. |
| get_MonthlyDay | Gets a value indicating whether to show monthly progress lines by day. |
| get_MonthlyDayDayNumber | Gets the day number of monthly progress lines. |
| get_MonthlyDayMonthNumber | Gets the month number of monthly progress lines. |
| get_MonthlyFirstLast | Gets a value indicating whether to show progress lines by first or last predefined day. |
| get_MonthlyFirstLastDay | Gets the first or the last day type of monthly progress lines. |
| get_MonthlyFirstLastMonthNumber | Gets the month number of progress lines, which are shown by first or last predefined day. |
| get_WeeklyDays | Gets a list of days for weekly progress lines. |
| get_WeeklyWeekNumber | Gets the week number for weekly progress lines. |
| set_DailyDayNumber | Sets the daily day number. |
| set_DailyWorkday | Sets a value indicating whether a day is workday for daily progress lines. |
| set_Interval | Sets the recurring interval. Can be any value of Interval type. |
| set_MonthlyDay | Sets a value indicating whether to show monthly progress lines by day. |
| set_MonthlyDayDayNumber | Sets the day number of monthly progress lines. |
| set_MonthlyDayMonthNumber | Sets the month number of monthly progress lines. |
| set_MonthlyFirstLast | Sets a value indicating whether to show progress lines by first or last predefined day. |
| set_MonthlyFirstLastDay | Sets the first or the last day type of monthly progress lines. |
| set_MonthlyFirstLastMonthNumber | Sets the month number of progress lines, which are shown by first or last predefined day. |
| set_WeeklyWeekNumber | Sets the week number for weekly progress lines. |