Uses of Enum Class
com.aspose.tasks.cloud.model.DayType
Packages that use DayType
-
Uses of DayType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return DayTypeModifier and TypeMethodDescriptionstatic DayTypeWeekDay.getDayType()Returns or sets the type of a day.DayType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static DayTypeReturns the enum constant of this class with the specified name.static DayType[]DayType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model that return types with arguments of type DayTypeModifier and TypeMethodDescriptionCalendarException.getDaysOfWeek()The days of the week on which the exception is valid.Methods in com.aspose.tasks.cloud.model with parameters of type DayTypeModifier and TypeMethodDescriptionCalendarException.addDaysOfWeekItem(DayType daysOfWeekItem) voidWeekDay.setDayType(DayType dayType) voidMethod parameters in com.aspose.tasks.cloud.model with type arguments of type DayTypeModifier and TypeMethodDescriptionCalendarException.daysOfWeek(List<DayType> daysOfWeek) voidCalendarException.setDaysOfWeek(List<DayType> daysOfWeek)