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 MonthPositionCalendarException.getMonthPosition()The position of a month item within a month.MonthPosition.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static MonthPositionReturns 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) voidCalendarException.setMonthPosition(MonthPosition monthPosition) voidMonthPosition.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, MonthPosition enumeration)