Uses of Class
com.aspose.tasks.cloud.model.WorkingTime
Packages that use WorkingTime
-
Uses of WorkingTime in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return WorkingTimeModifier and TypeMethodDescriptionWorkingTime.fromTime
(org.threeten.bp.OffsetDateTime fromTime) WorkingTime.toTime
(org.threeten.bp.OffsetDateTime toTime) Methods in com.aspose.tasks.cloud.model that return types with arguments of type WorkingTimeModifier and TypeMethodDescriptionCalendarException.getWorkingTimes()
The collection of working times that defines the time worked on the weekday.WeekDay.getWorkingTimes()
The collection of working times that define the time worked on the weekday.Methods in com.aspose.tasks.cloud.model with parameters of type WorkingTimeModifier and TypeMethodDescriptionCalendarException.addWorkingTimesItem
(WorkingTime workingTimesItem) WeekDay.addWorkingTimesItem
(WorkingTime workingTimesItem) Method parameters in com.aspose.tasks.cloud.model with type arguments of type WorkingTimeModifier and TypeMethodDescriptionvoid
CalendarException.setWorkingTimes
(List<WorkingTime> workingTimes) void
WeekDay.setWorkingTimes
(List<WorkingTime> workingTimes) CalendarException.workingTimes
(List<WorkingTime> workingTimes) WeekDay.workingTimes
(List<WorkingTime> workingTimes)