Uses of Class
com.aspose.tasks.cloud.model.WeekDay
Packages that use WeekDay
-
Uses of WeekDay in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return WeekDayModifier and TypeMethodDescriptionWeekDay.addWorkingTimesItem
(WorkingTime workingTimesItem) WeekDay.dayWorking
(Boolean dayWorking) WeekDay.fromDate
(org.threeten.bp.OffsetDateTime fromDate) WeekDay.toDate
(org.threeten.bp.OffsetDateTime toDate) WeekDay.workingTimes
(List<WorkingTime> workingTimes) Methods in com.aspose.tasks.cloud.model that return types with arguments of type WeekDayModifier and TypeMethodDescriptionCalendar.getDays()
The collection of weekdays that defines the calendar.WorkWeek.getWeekDays()
The collection of week days that define the working time of current working week.Methods in com.aspose.tasks.cloud.model with parameters of type WeekDayModifier and TypeMethodDescriptionCalendar.addDaysItem
(WeekDay daysItem) WorkWeek.addWeekDaysItem
(WeekDay weekDaysItem) Method parameters in com.aspose.tasks.cloud.model with type arguments of type WeekDay