Package com.aspose.tasks.cloud.model
Class WorkWeek
java.lang.Object
com.aspose.tasks.cloud.model.WorkWeek
WorkWeek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWeekDaysItem(WeekDay weekDaysItem) booleanfromDate(org.threeten.bp.OffsetDateTime fromDate) org.threeten.bp.OffsetDateTimeReturns or sets the beginning of a work week.getName()Determines the name of a work week.org.threeten.bp.OffsetDateTimeReturns or sets the end of a work week.The collection of week days that define the working time of current working week.inthashCode()voidsetFromDate(org.threeten.bp.OffsetDateTime fromDate) voidvoidsetToDate(org.threeten.bp.OffsetDateTime toDate) voidsetWeekDays(List<WeekDay> weekDays) toDate(org.threeten.bp.OffsetDateTime toDate) toString()
-
Constructor Details
-
WorkWeek
public WorkWeek()
-
-
Method Details
-
name
-
getName
Determines the name of a work week.- Returns:
- name
-
setName
-
fromDate
-
getFromDate
public org.threeten.bp.OffsetDateTime getFromDate()Returns or sets the beginning of a work week.- Returns:
- fromDate
-
setFromDate
public void setFromDate(org.threeten.bp.OffsetDateTime fromDate) -
toDate
-
getToDate
public org.threeten.bp.OffsetDateTime getToDate()Returns or sets the end of a work week.- Returns:
- toDate
-
setToDate
public void setToDate(org.threeten.bp.OffsetDateTime toDate) -
weekDays
-
addWeekDaysItem
-
getWeekDays
The collection of week days that define the working time of current working week.- Returns:
- weekDays
-
setWeekDays
-
equals
-
hashCode
public int hashCode() -
toString
-