Class RecurringInterval

Class RecurringInterval

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.4.0)

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

public class RecurringInterval

Inheritance

object RecurringInterval

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

RecurringInterval()

public RecurringInterval()

Properties

DailyDayNumber

Gets or sets the daily day number.

public int DailyDayNumber { get; set; }

Property Value

int

DailyWorkday

Gets or sets a value indicating whether a day is workday for daily progress lines.

public bool DailyWorkday { get; set; }

Property Value

bool

Interval

Gets or sets the recurring interval. Can be any value of Aspose.Tasks.Visualization.RecurringInterval.Interval type.

public Interval Interval { get; set; }

Property Value

Interval

MonthlyDay

Gets or sets a value indicating whether to show monthly progress lines by day.

public bool MonthlyDay { get; set; }

Property Value

bool

MonthlyDayDayNumber

Gets or sets the day number of monthly progress lines.

public int MonthlyDayDayNumber { get; set; }

Property Value

int

MonthlyDayMonthNumber

Gets or sets the month number of monthly progress lines.

public int MonthlyDayMonthNumber { get; set; }

Property Value

int

MonthlyFirstLast

Gets or sets a value indicating whether to show progress lines by first or last predefined day.

public bool MonthlyFirstLast { get; set; }

Property Value

bool

MonthlyFirstLastDay

Gets or sets the first or the last day type of monthly progress lines.

public RecurringInterval.DayType MonthlyFirstLastDay { get; set; }

Property Value

RecurringInterval . DayType

MonthlyFirstLastMonthNumber

Gets or sets the month number of progress lines, which are shown by first or last predefined day.

public int MonthlyFirstLastMonthNumber { get; set; }

Property Value

int

WeeklyDays

Gets a list of days for weekly progress lines.

public List<recurringinterval.daytype> WeeklyDays { get; }

Property Value

List < RecurringInterval . DayType &gt;

WeeklyWeekNumber

Gets or sets the week number for weekly progress lines.

public int WeeklyWeekNumber { get; set; }

Property Value

int </recurringinterval.daytype>

 English