WorkDay

Inheritance: java.lang.Object

public class WorkDay

Represents a work day.

Constructors

ConstructorDescription
WorkDay()

Methods

MethodDescription
getDayType()Returns the type of a day.
getDayWorking()Determines whether the specified date or day type is working.
setDayType(int value)Sets the type of a day.
setDayWorking(boolean value)Determines whether the specified date or day type is working.

WorkDay()

public WorkDay()

getDayType()

public final int getDayType()

Returns the type of a day.

Returns: int - the type of a day ( Aspose.Tasks.DayType ).

getDayWorking()

public final boolean getDayWorking()

Determines whether the specified date or day type is working. Read/write bool .

Returns: boolean - true if the day is working.

setDayType(int value)

public final void setDayType(int value)

Sets the type of a day.

Parameters:

ParameterTypeDescription
valueintthe type of a day Aspose.Tasks.DayType .

setDayWorking(boolean value)

public final void setDayWorking(boolean value)

Determines whether the specified date or day type is working.

Parameters:

ParameterTypeDescription
valuebooleanboolean that determines whether the specified date or day type is working.