Aspose.Tasks for C++
|
Represents recurring intervals used in progress lines of a Gantt Chart view. More...
#include <RecurringInterval.h>
Inherits System::Object.
Public Types | |
enum class | DayType { Sunday = 1 , Monday , Tuesday , Wednesday , Thursday , Friday , Saturday , Day , Workday , NonworkingDay } |
Represents a day type used in progress lines. More... | |
Public Member Functions | |
Aspose::Tasks::Visualization::Interval | get_Interval () const |
Gets the recurring interval. Can be any value of Interval type. More... | |
void | set_Interval (Aspose::Tasks::Visualization::Interval value) |
Sets the recurring interval. Can be any value of Interval type. More... | |
int32_t | get_DailyDayNumber () const |
Gets the daily day number. More... | |
void | set_DailyDayNumber (int32_t value) |
Sets the daily day number. More... | |
bool | get_DailyWorkday () const |
Gets a value indicating whether a day is workday for daily progress lines. More... | |
void | set_DailyWorkday (bool value) |
Sets a value indicating whether a day is workday for daily progress lines. More... | |
int32_t | get_WeeklyWeekNumber () const |
Gets the week number for weekly progress lines. More... | |
void | set_WeeklyWeekNumber (int32_t value) |
Sets the week number for weekly progress lines. More... | |
bool | get_MonthlyDay () const |
Gets a value indicating whether to show monthly progress lines by day. More... | |
void | set_MonthlyDay (bool value) |
Sets a value indicating whether to show monthly progress lines by day. More... | |
int32_t | get_MonthlyDayDayNumber () const |
Gets the day number of monthly progress lines. More... | |
void | set_MonthlyDayDayNumber (int32_t value) |
Sets the day number of monthly progress lines. More... | |
int32_t | get_MonthlyDayMonthNumber () const |
Gets the month number of monthly progress lines. More... | |
void | set_MonthlyDayMonthNumber (int32_t value) |
Sets the month number of monthly progress lines. More... | |
bool | get_MonthlyFirstLast () const |
Gets a value indicating whether to show progress lines by first or last predefined day. More... | |
void | set_MonthlyFirstLast (bool value) |
Sets a value indicating whether to show progress lines by first or last predefined day. More... | |
int32_t | get_MonthlyFirstLastMonthNumber () const |
Gets the month number of progress lines, which are shown by first or last predefined day. More... | |
void | set_MonthlyFirstLastMonthNumber (int32_t value) |
Sets the month number of progress lines, which are shown by first or last predefined day. More... | |
RecurringInterval::DayType | get_MonthlyFirstLastDay () const |
Gets the first or the last day type of monthly progress lines. More... | |
void | set_MonthlyFirstLastDay (RecurringInterval::DayType value) |
Sets the first or the last day type of monthly progress lines. More... | |
System::SharedPtr< System::Collections::Generic::List< RecurringInterval::DayType > > | get_WeeklyDays () const |
Gets a list of days for weekly progress lines. More... | |
Represents recurring intervals used in progress lines of a Gantt Chart view.
Represents a day type used in progress lines.
int32_t Aspose::Tasks::Visualization::RecurringInterval::get_DailyDayNumber | ( | ) | const |
Gets the daily day number.
bool Aspose::Tasks::Visualization::RecurringInterval::get_DailyWorkday | ( | ) | const |
Gets a value indicating whether a day is workday for daily progress lines.
Aspose::Tasks::Visualization::Interval Aspose::Tasks::Visualization::RecurringInterval::get_Interval | ( | ) | const |
Gets the recurring interval. Can be any value of Interval type.
bool Aspose::Tasks::Visualization::RecurringInterval::get_MonthlyDay | ( | ) | const |
Gets a value indicating whether to show monthly progress lines by day.
int32_t Aspose::Tasks::Visualization::RecurringInterval::get_MonthlyDayDayNumber | ( | ) | const |
Gets the day number of monthly progress lines.
int32_t Aspose::Tasks::Visualization::RecurringInterval::get_MonthlyDayMonthNumber | ( | ) | const |
Gets the month number of monthly progress lines.
bool Aspose::Tasks::Visualization::RecurringInterval::get_MonthlyFirstLast | ( | ) | const |
Gets a value indicating whether to show progress lines by first or last predefined day.
RecurringInterval::DayType Aspose::Tasks::Visualization::RecurringInterval::get_MonthlyFirstLastDay | ( | ) | const |
Gets the first or the last day type of monthly progress lines.
int32_t Aspose::Tasks::Visualization::RecurringInterval::get_MonthlyFirstLastMonthNumber | ( | ) | const |
Gets the month number of progress lines, which are shown by first or last predefined day.
System::SharedPtr<System::Collections::Generic::List<RecurringInterval::DayType> > Aspose::Tasks::Visualization::RecurringInterval::get_WeeklyDays | ( | ) | const |
Gets a list of days for weekly progress lines.
int32_t Aspose::Tasks::Visualization::RecurringInterval::get_WeeklyWeekNumber | ( | ) | const |
Gets the week number for weekly progress lines.
void Aspose::Tasks::Visualization::RecurringInterval::set_DailyDayNumber | ( | int32_t | value | ) |
Sets the daily day number.
void Aspose::Tasks::Visualization::RecurringInterval::set_DailyWorkday | ( | bool | value | ) |
Sets a value indicating whether a day is workday for daily progress lines.
void Aspose::Tasks::Visualization::RecurringInterval::set_Interval | ( | Aspose::Tasks::Visualization::Interval | value | ) |
Sets the recurring interval. Can be any value of Interval type.
void Aspose::Tasks::Visualization::RecurringInterval::set_MonthlyDay | ( | bool | value | ) |
Sets a value indicating whether to show monthly progress lines by day.
void Aspose::Tasks::Visualization::RecurringInterval::set_MonthlyDayDayNumber | ( | int32_t | value | ) |
Sets the day number of monthly progress lines.
void Aspose::Tasks::Visualization::RecurringInterval::set_MonthlyDayMonthNumber | ( | int32_t | value | ) |
Sets the month number of monthly progress lines.
void Aspose::Tasks::Visualization::RecurringInterval::set_MonthlyFirstLast | ( | bool | value | ) |
Sets a value indicating whether to show progress lines by first or last predefined day.
void Aspose::Tasks::Visualization::RecurringInterval::set_MonthlyFirstLastDay | ( | RecurringInterval::DayType | value | ) |
Sets the first or the last day type of monthly progress lines.
void Aspose::Tasks::Visualization::RecurringInterval::set_MonthlyFirstLastMonthNumber | ( | int32_t | value | ) |
Sets the month number of progress lines, which are shown by first or last predefined day.
void Aspose::Tasks::Visualization::RecurringInterval::set_WeeklyWeekNumber | ( | int32_t | value | ) |
Sets the week number for weekly progress lines.