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 DayType
WeekDay.getDayType()
Returns or sets the type of a day.DayType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static DayType
Returns 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) void
WeekDay.setDayType
(DayType dayType) void
Method parameters in com.aspose.tasks.cloud.model with type arguments of type DayTypeModifier and TypeMethodDescriptionCalendarException.daysOfWeek
(List<DayType> daysOfWeek) void
CalendarException.setDaysOfWeek
(List<DayType> daysOfWeek)