RecurringInterval

RecurringInterval class

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

The RecurringInterval type exposes the following members:

Constructors

NameDescription
RecurringInterval()Initializes a new instance of the RecurringInterval class

Properties

NameDescription
intervalGets or sets the recurring interval.
Can be any value of
daily_day_numberGets or sets the daily day number.
daily_workdayGets or sets a value indicating whether a day is workday for daily progress lines.
weekly_week_numberGets or sets the week number for weekly progress lines.
monthly_dayGets or sets a value indicating whether to show monthly progress lines by day.
monthly_day_day_numberGets or sets the day number of monthly progress lines.
monthly_day_month_numberGets or sets the month number of monthly progress lines.
monthly_first_lastGets or sets a value indicating whether to show progress lines by first or last predefined day.
monthly_first_last_month_numberGets or sets the month number of progress lines, which are shown by first or last predefined day.
monthly_first_last_dayGets or sets the first or the last day type of monthly progress lines.
weekly_daysGets a list of days for weekly progress lines.

See Also