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 DayOfWeekRecurringInfo.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 DayOfWeekReturns 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) voidRecurringInfo.setMonthlyOrdinalDay(DayOfWeek monthlyOrdinalDay) voidRecurringInfo.setYearlyOrdinalDay(DayOfWeek yearlyOrdinalDay) voidRecurringInfo.yearlyOrdinalDay(DayOfWeek yearlyOrdinalDay)