RecurringInterval

RecurringInterval class

Represents recurring intervals used in progress lines of a Gantt Chart view.

Methods

NameDescription
DayTypeRepresents a day type used in progress lines.
get_DailyDayNumberGets the daily day number.
get_DailyWorkdayGets a value indicating whether a day is workday for daily progress lines.
get_IntervalGets the recurring interval. Can be any value of Interval type.
get_MonthlyDayGets a value indicating whether to show monthly progress lines by day.
get_MonthlyDayDayNumberGets the day number of monthly progress lines.
get_MonthlyDayMonthNumberGets the month number of monthly progress lines.
get_MonthlyFirstLastGets a value indicating whether to show progress lines by first or last predefined day.
get_MonthlyFirstLastDayGets the first or the last day type of monthly progress lines.
get_MonthlyFirstLastMonthNumberGets the month number of progress lines, which are shown by first or last predefined day.
get_WeeklyDaysGets a list of days for weekly progress lines.
get_WeeklyWeekNumberGets the week number for weekly progress lines.
set_DailyDayNumberSets the daily day number.
set_DailyWorkdaySets a value indicating whether a day is workday for daily progress lines.
set_IntervalSets the recurring interval. Can be any value of Interval type.
set_MonthlyDaySets a value indicating whether to show monthly progress lines by day.
set_MonthlyDayDayNumberSets the day number of monthly progress lines.
set_MonthlyDayMonthNumberSets the month number of monthly progress lines.
set_MonthlyFirstLastSets a value indicating whether to show progress lines by first or last predefined day.
set_MonthlyFirstLastDaySets the first or the last day type of monthly progress lines.
set_MonthlyFirstLastMonthNumberSets the month number of progress lines, which are shown by first or last predefined day.
set_WeeklyWeekNumberSets the week number for weekly progress lines.