Uses of Enum Class
com.aspose.tasks.cloud.model.MonthPosition
Packages that use MonthPosition
-
Uses of MonthPosition in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return MonthPositionModifier and TypeMethodDescriptionstatic MonthPosition
CalendarException.getMonthPosition()
The position of a month item within a month.MonthPosition.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static MonthPosition
Returns the enum constant of this class with the specified name.static MonthPosition[]
MonthPosition.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 MonthPositionModifier and TypeMethodDescriptionCalendarException.monthPosition
(MonthPosition monthPosition) void
CalendarException.setMonthPosition
(MonthPosition monthPosition) void
MonthPosition.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, MonthPosition enumeration)