com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class MonthPosition

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.tasks.MonthPosition


  • public final class MonthPosition
    extends com.aspose.ms.System.Enum

    Specifies the position of a month item within a month.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int First
      Indicates First position month position.
      static int Fourth
      Indicates Fourth position month position.
      static int Last
      Indicates Last position month position.
      static int Second
      Indicates Second position month position.
      static int Third
      Indicates Third position month position.
      static int Undefined
      Indicates Undefined month position.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Undefined

        public static final int Undefined

        Indicates Undefined month position.

        See Also:
        Constant Field Values
      • First

        public static final int First

        Indicates First position month position.

        See Also:
        Constant Field Values
      • Second

        public static final int Second

        Indicates Second position month position.

        See Also:
        Constant Field Values
      • Third

        public static final int Third

        Indicates Third position month position.

        See Also:
        Constant Field Values
      • Fourth

        public static final int Fourth

        Indicates Fourth position month position.

        See Also:
        Constant Field Values
      • Last

        public static final int Last

        Indicates Last position month position.

        See Also:
        Constant Field Values