Package com.aspose.tasks.cloud.model
Class WeekDay
java.lang.Object
com.aspose.tasks.cloud.model.WeekDay
WeekDay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWorkingTimesItem(WorkingTime workingTimesItem) dayWorking(Boolean dayWorking) booleanfromDate(org.threeten.bp.OffsetDateTime fromDate) Returns or sets the type of a day.org.threeten.bp.OffsetDateTimeReturns or sets the beginning of an exception time.org.threeten.bp.OffsetDateTimeReturns or sets the end of an exception time.The collection of working times that define the time worked on the weekday.inthashCode()Determines whether the specified date or day type is working.voidsetDayType(DayType dayType) voidsetDayWorking(Boolean dayWorking) voidsetFromDate(org.threeten.bp.OffsetDateTime fromDate) voidsetToDate(org.threeten.bp.OffsetDateTime toDate) voidsetWorkingTimes(List<WorkingTime> workingTimes) toDate(org.threeten.bp.OffsetDateTime toDate) toString()workingTimes(List<WorkingTime> workingTimes)
-
Constructor Details
-
WeekDay
public WeekDay()
-
-
Method Details
-
dayType
-
getDayType
Returns or sets the type of a day.- Returns:
- dayType
-
setDayType
-
dayWorking
-
isDayWorking
Determines whether the specified date or day type is working.- Returns:
- dayWorking
-
setDayWorking
-
fromDate
-
getFromDate
public org.threeten.bp.OffsetDateTime getFromDate()Returns or sets the beginning of an exception time.- 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 an exception time.- Returns:
- toDate
-
setToDate
public void setToDate(org.threeten.bp.OffsetDateTime toDate) -
workingTimes
-
addWorkingTimesItem
-
getWorkingTimes
The collection of working times that define the time worked on the weekday.- Returns:
- workingTimes
-
setWorkingTimes
-
equals
-
hashCode
public int hashCode() -
toString
-