Uses of Enum Class
com.aspose.tasks.cloud.model.DayOfWeek
Packages that use DayOfWeek
-
Uses of DayOfWeek in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return DayOfWeekModifier and TypeMethodDescriptionstatic DayOfWeek
RecurringInfo.getMonthlyOrdinalDay()
Specifies a day of the monthly recurrence pattern when using ordinal day.RecurringInfo.getYearlyOrdinalDay()
Specifies a weekday of the yearly recurrence pattern when using ordinal day.DayOfWeek.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static DayOfWeek
Returns the enum constant of this class with the specified name.static DayOfWeek[]
DayOfWeek.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type DayOfWeekModifier and TypeMethodDescriptionRecurringInfo.monthlyOrdinalDay
(DayOfWeek monthlyOrdinalDay) void
RecurringInfo.setMonthlyOrdinalDay
(DayOfWeek monthlyOrdinalDay) void
RecurringInfo.setYearlyOrdinalDay
(DayOfWeek yearlyOrdinalDay) void
RecurringInfo.yearlyOrdinalDay
(DayOfWeek yearlyOrdinalDay)