Uses of Enum Class
com.aspose.tasks.cloud.model.Month
Packages that use Month
-
Uses of Month in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return MonthModifier and TypeMethodDescriptionstatic Month
CalendarException.getMonth()
The month for which an exception recurrence is scheduled.RecurringInfo.getYearlyOrdinalMonth()
Specifies a month of the yearly recurrence pattern when using ordinal day.Month.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static Month
Returns the enum constant of this class with the specified name.static Month[]
Month.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 MonthModifier and TypeMethodDescriptionvoid
void
RecurringInfo.setYearlyOrdinalMonth
(Month yearlyOrdinalMonth) void
RecurringInfo.yearlyOrdinalMonth
(Month yearlyOrdinalMonth)