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) boolean
fromDate
(org.threeten.bp.OffsetDateTime fromDate) Returns or sets the type of a day.org.threeten.bp.OffsetDateTime
Returns or sets the beginning of an exception time.org.threeten.bp.OffsetDateTime
Returns or sets the end of an exception time.The collection of working times that define the time worked on the weekday.int
hashCode()
Determines whether the specified date or day type is working.void
setDayType
(DayType dayType) void
setDayWorking
(Boolean dayWorking) void
setFromDate
(org.threeten.bp.OffsetDateTime fromDate) void
setToDate
(org.threeten.bp.OffsetDateTime toDate) void
setWorkingTimes
(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
-