Uses of Class
com.aspose.tasks.WorkingTimeCollection
-
-
Uses of WorkingTimeCollection in com.aspose.tasks
Methods in com.aspose.tasks that return WorkingTimeCollection Modifier and Type Method Description WorkingTimeCollection
Calendar. getWorkingTimes(Date dt)
ReturnsWorkingTimeCollection
of working times.WorkingTimeCollection
CalendarException. getWorkingTimes()
Gets the WorkingTimeCollection object.WorkingTimeCollection
WeekDay. getWorkingTimes()
Gets WorkingTimeCollection for this WeekDay instance.Methods in com.aspose.tasks with parameters of type WorkingTimeCollection Modifier and Type Method Description void
CalendarException. setWorkingTimes(WorkingTimeCollection value)
Sets the WorkingTimeCollection object.
-