WeeklyRepetition

Inheritance: java.lang.Object, com.aspose.tasks.WeeklyRepetitionBase

public class WeeklyRepetition extends WeeklyRepetitionBase

Represents a pattern which is based on weekdays.

Constructors

ConstructorDescription
WeeklyRepetition()Initializes a new instance of the WeeklyRepetition class.

Methods

MethodDescription
getWeekDays()Gets a type of weekdays.
setWeekDays(int value)Sets a type of weekdays.

WeeklyRepetition()

public WeeklyRepetition()

Initializes a new instance of the WeeklyRepetition class.

getWeekDays()

public final int getWeekDays()

Gets a type of weekdays.

Read/Write WeekdayType .

Returns: int - a type of weekdays.

setWeekDays(int value)

public final void setWeekDays(int value)

Sets a type of weekdays.

Read/Write WeekdayType .

Parameters:

ParameterTypeDescription
valueinta type of weekdays.